#include "module.h"
Go to the source code of this file.
Functions | |
| static int | do_access (User *u) |
| static void | myNickServHelp (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 46 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 26 of file ns_access.c.
References c, CORE, createCommand(), do_access(), MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetNickHelp(), moduleSetType(), myNickServHelp(), and NICKSERV.
| static int do_access | ( | User * | u | ) | [static] |
The /ns access command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 67 of file ns_access.c.
References nickcore_::access, nickcore_::accesscount, alog(), findnick(), nickcore_::flags, user_::host, is_services_admin(), match_wild(), user_::na, nickalias_::nc, NI_SUSPENDED, user_::nick, nickalias_::nick, nick_identified(), notice_lang(), notice_user(), NS_VERBOTEN, NSAccessMax, s_NickServ, srealloc(), sstrdup(), nickalias_::status, stricmp(), syntax_error(), and user_::username.
Referenced by AnopeInit().
| static void myNickServHelp | ( | User * | u | ) | [static] |
Add the help response to anopes /ns help output.
| u | The user who is requesting help |
Definition at line 57 of file ns_access.c.
References notice_lang(), and s_NickServ.
Referenced by AnopeInit().
1.7.1