#include "module.h"
Go to the source code of this file.
Functions | |
| static int | do_chankill (User *u) |
| static void | myOperServHelp (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 47 of file os_chankill.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 os_chankill.c.
References c, CORE, createCommand(), do_chankill(), is_services_admin(), MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetOperHelp(), moduleSetType(), myOperServHelp(), and OPERSERV.
| static int do_chankill | ( | User * | u | ) | [static] |
ChanKill - Akill an entire channel (got botnet?)
/msg OperServ ChanKill +expire channel reason
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 73 of file os_chankill.c.
References add_akill(), AddAkiller, anope_cmd_global(), c, ChankillExpiry, check_akill(), dotime(), findchan(), HOSTMAX, is_oper(), user_::nick, notice_lang(), s_OperServ, snprintf(), sstrdup(), syntax_error(), USERMAX, channel_::users, and WallOSAkill.
Referenced by AnopeInit().
| static void myOperServHelp | ( | User * | u | ) | [static] |
Add the help response to anopes /os help output.
| u | The user who is requesting help |
Definition at line 58 of file os_chankill.c.
References is_services_admin(), notice_lang(), and s_OperServ.
Referenced by AnopeInit().
1.7.1