#include "module.h"
Go to the source code of this file.
Functions | |
| static int | do_shutdown (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 46 of file os_shutdown.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_shutdown.c.
References c, CORE, createCommand(), do_shutdown(), is_services_root(), MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetOperHelp(), moduleSetType(), myOperServHelp(), and OPERSERV.
| static int do_shutdown | ( | User * | u | ) | [static] |
The /os shutdown command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 68 of file os_shutdown.c.
References delayed_quit, GlobalOnCycle, GlobalOnCycleMessage, user_::nick, oper_global(), quitmsg, and save_data.
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 56 of file os_shutdown.c.
References is_services_root(), notice_lang(), and s_OperServ.
Referenced by AnopeInit().
1.7.1