Functions

os_shutdown.c File Reference

#include "module.h"
Include dependency graph for os_shutdown.c:

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)

Function Documentation

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.

Parameters:
argc Argument count
argv Argument list
Returns:
MOD_CONT to allow the module, MOD_STOP to stop it

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.

Parameters:
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.

Parameters:
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().