#include "module.h"
Go to the source code of this file.
Functions | |
| static void | myChanServHelp (User *u) |
| static int | do_invite (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 46 of file cs_invite.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 cs_invite.c.
References c, CHANSERV, CORE, createCommand(), do_invite(), MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetChanHelp(), moduleSetType(), and myChanServHelp().
| static int do_invite | ( | User * | u | ) | [static] |
The /cs invite command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 67 of file cs_invite.c.
References anope_cmd_invite(), c, CA_INVITE, check_access(), channel_::ci, CI_SUSPENDED, CI_VERBOTEN, findchan(), chaninfo_::flags, user_::nick, notice_lang(), s_ChanServ, syntax_error(), and whosends.
Referenced by AnopeInit().
| static void myChanServHelp | ( | User * | u | ) | [static] |
Add the help response to anopes /cs help output.
| u | The user who is requesting help |
Definition at line 57 of file cs_invite.c.
References notice_lang(), and s_ChanServ.
Referenced by AnopeInit().
1.7.1