#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_del (User *u) |
| void | myHostServHelp (User *u) |
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the off command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 27 of file hs_del.c.
References CORE, createCommand(), do_del(), HOSTSERV, is_host_remover(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetHostHelp(), moduleSetType(), and myHostServHelp().
| int do_del | ( | User * | u | ) |
The /ms del command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 70 of file hs_del.c.
References alog(), delHostCore(), findnick(), MOD_CONT, user_::nick, notice_lang(), NS_VERBOTEN, s_HostServ, and nickalias_::status.
Referenced by AnopeInit().
| void myHostServHelp | ( | User * | u | ) |
Add the help response to anopes /hs help output.
| u | The user who is requesting help |
Definition at line 58 of file hs_del.c.
References is_host_remover(), notice_lang(), and s_HostServ.
Referenced by AnopeInit().
1.5.1-20070107