#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_clear (User *u) |
| void | myChanServHelp (User *u) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 47 of file cs_clear.c.
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 27 of file cs_clear.c.
References CHANSERV, CORE, createCommand(), do_clear(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetChanHelp(), moduleSetType(), and myChanServHelp().
| int do_clear | ( | User * | u | ) |
The /cs clear 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 cs_clear.c.
References ircdvars_::admin, ircdvars_::adminunset, alog(), anope_cmd_kick(), anope_cmd_mode(), anope_cmd_svsmode_chan(), channel_::bancount, channel_::bans, BUFSIZE, CA_CLEAR, CBM_MINUS_NO_ARG, cbmodeinfos, cbmodes, chan_has_user_status(), chan_set_modes(), check_access(), check_modes(), channel_::ci, CI_VERBOTEN, CUS_HALFOP, CUS_OP, CUS_OWNER, CUS_PROTECT, CUS_VOICE, debug, do_cmode(), do_kick(), ircdvars_::except, channel_::exceptcount, channel_::excepts, findchan(), cbmodeinfo_::flag, cbmodeinfo_::flags, chaninfo_::flags, channel_::flood, flood_mode_char_remove, ircdvars_::fmode, cbmodeinfo_::getvalue, ircdvars_::halfop, channel_::invite, channel_::invitecount, ircdvars_::invitemode, ircd, channel_::key, ircdvars_::Lmode, MOD_CONT, cbmodeinfo_::mode, channel_::mode, ircdvars_::modestoremove, channel_::name, user_::nick, notice_lang(), ircdvars_::owner, ircdvars_::ownerunset, ircdvars_::protect, channel_::redirect, s_ChanServ, scalloc(), cbmode_::setvalue, snprintf(), sstrdup(), stricmp(), ircdvars_::svsmode_ucmode, syntax_error(), channel_::users, and whosends.
Referenced by AnopeInit().
| void myChanServHelp | ( | User * | u | ) |
Add the help response to anopes /cs help output.
| u | The user who is requesting help |
1.5.1-20070107