Anope IRC Services
Version 1.8
|
#include "module.h"
Go to the source code of this file.
Functions | |
static int | do_update (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_update.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_update.c.
References c, CORE, createCommand(), do_update(), is_services_root(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetOperHelp(), moduleSetType(), myOperServHelp(), and OPERSERV.
|
static |
The /os update 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_update.c.
References MOD_CONT, notice_lang(), s_OperServ, and save_data.
Referenced by AnopeInit().
|
static |
Add the help response to anopes /os help output.
u | The user who is requesting help |
Definition at line 56 of file os_update.c.
References is_services_root(), notice_lang(), and s_OperServ.
Referenced by AnopeInit().