#include "module.h"
Go to the source code of this file.
Functions | |
| int | do_release (User *u) |
| void | myNickServHelp (User *u) |
| int | myHelpResonse (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
Variables | |
| Command * | c |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 48 of file ns_release.c.
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 30 of file ns_release.c.
References CORE, createCommand(), do_release(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddHelp(), moduleAddVersion(), moduleSetNickHelp(), moduleSetType(), myHelpResonse(), myNickServHelp(), and NICKSERV.
| int do_release | ( | User * | u | ) |
The /ns release command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 86 of file ns_release.c.
References alog(), bad_password(), enc_check_password(), findnick(), nickcore_::flags, group_identified(), user_::host, is_on_access(), MOD_CONT, nickalias_::nc, NI_SECURE, NI_SUSPENDED, user_::nick, nickalias_::nick, notice_lang(), NS_KILL_HELD, NS_VERBOTEN, nickcore_::pass, release(), s_NickServ, nickalias_::status, syntax_error(), and user_::username.
Referenced by AnopeInit().
| int myHelpResonse | ( | User * | u | ) |
Show the extended help on the RELEASE command.
| u | The user who is requesting help |
| void myNickServHelp | ( | User * | u | ) |
Add the help response to anopes /ns help output.
| u | The user who is requesting help |
Definition at line 18 of file ns_release.c.
1.5.7.1