Anope IRC Services
Version 1.8
|
#include "module.h"
Go to the source code of this file.
Functions | |
static int | do_raw (User *u) |
int | AnopeInit (int argc, char **argv) |
void | AnopeFini (void) |
int AnopeInit | ( | int | argc, |
char ** | argv | ||
) |
Create the command, and tell anope about it.
argc | Argument count |
argv | Argument list |
Definition at line 25 of file os_raw.c.
References alog(), c, createCommand(), DisableRaw, do_raw(), is_services_root(), MOD_CONT, MOD_STOP, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetType(), OPERSERV, and THIRD.
|
static |
The /os raw command.
u | The user who issued the command |
MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 58 of file os_raw.c.
References alog(), anope_cmd_global(), MOD_CONT, user_::nick, s_OperServ, send_cmd(), syntax_error(), and WallOSRaw.
Referenced by AnopeInit().