Anope IRC Services
Version 1.8
|
#include "module.h"
Go to the source code of this file.
Macros | |
#define | TO_COLLIDE 0 /* Collide the user with this nick */ |
#define | TO_RELEASE 1 /* Release a collided nick */ |
Functions | |
static int | do_logout (User *u) |
static void | myNickServHelp (User *u) |
int | AnopeInit (int argc, char **argv) |
void | AnopeFini (void) |
#define TO_COLLIDE 0 /* Collide the user with this nick */ |
Definition at line 17 of file ns_logout.c.
Referenced by do_logout().
#define TO_RELEASE 1 /* Release a collided nick */ |
Definition at line 18 of file ns_logout.c.
void AnopeFini | ( | void | ) |
Unload the module
Definition at line 50 of file ns_logout.c.
int AnopeInit | ( | int | argc, |
char ** | argv | ||
) |
Create the command, and tell anope about it.
argc | Argument count |
argv | Argument list |
Definition at line 29 of file ns_logout.c.
References c, CORE, createCommand(), do_logout(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetNickHelp(), moduleSetType(), myNickServHelp(), and NICKSERV.
|
static |
The /ns logout command.
u | The user who issued the command |
MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 71 of file ns_logout.c.
References alog(), cancel_user(), common_svsmode(), del_ns_timeout(), EVENT_NICK_LOGOUT, finduser(), nickcore_::flags, user_::founder_chans, ircd, is_services_admin(), user_::isSuperAdmin, MOD_CONT, ircdvars_::modeonreg, ircdvars_::modeonunreg, user_::na, nickalias_::nc, user_::u_chaninfolist::next, NI_KILLPROTECT, nickalias_::nick, user_::nick, nick_identified(), notice_lang(), NS_IDENTIFIED, NS_RECOGNIZED, NS_VERBOTEN, NSNickTracking, nsStopNickTracking(), s_NickServ, send_event(), nickalias_::status, stricmp(), syntax_error(), TO_COLLIDE, and validate_user().
Referenced by AnopeInit().
|
static |
Add the help response to anopes /ns help output.
u | The user who is requesting help |
Definition at line 61 of file ns_logout.c.
References notice_lang(), and s_NickServ.
Referenced by AnopeInit().