#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_access (User *u) |
| void | myNickServHelp (User *u) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 47 of file ns_access.c.
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 27 of file ns_access.c.
References CORE, createCommand(), do_access(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetNickHelp(), moduleSetType(), myNickServHelp(), and NICKSERV.
| int do_access | ( | User * | u | ) |
The /ns access command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| void myNickServHelp | ( | User * | u | ) |
Add the help response to anopes /ns help output.
| u | The user who is requesting help |
Definition at line 58 of file ns_access.c.
References notice_lang(), and s_NickServ.
Referenced by AnopeInit().
1.5.1-20070107