#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_ban (User *u) |
| int | do_unban (User *u) |
| void | myChanServHelp (User *u) |
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 28 of file cs_ban.c.
References CHANSERV, CORE, createCommand(), do_ban(), do_unban(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetChanHelp(), moduleSetType(), and myChanServHelp().
| int do_ban | ( | User * | u | ) |
The /cs ban command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 72 of file cs_ban.c.
References anope_cmd_kick(), anope_cmd_mode(), BUFSIZE, CA_BAN, CA_BANME, CA_SIGNKICK, chan_set_modes(), user_::chans, check_access(), channel_::ci, CI_PEACE, CI_SIGNKICK, CI_SIGNKICK_LEVEL, CI_VERBOTEN, do_kick(), ircdvars_::except, findchan(), finduser(), chaninfo_::flags, get_access(), get_idealban(), ircd, is_excepted(), is_on_chan(), is_protected(), MOD_CONT, channel_::name, chaninfo_::name, user_::nick, notice_lang(), ircdvars_::protectedumode, s_ChanServ, sstrdup(), stricmp(), and whosends.
Referenced by AnopeInit().
| int do_unban | ( | User * | u | ) |
The /cs unban command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 206 of file cs_ban.c.
References CA_UNBAN, check_access(), channel_::ci, CI_VERBOTEN, common_unban(), findchan(), chaninfo_::flags, MOD_CONT, user_::nick, notice_lang(), s_ChanServ, and syntax_error().
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