#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_say (User *u) |
| void | myBotServHelp (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 27 of file bs_say.c.
References BOTSERV, CORE, createCommand(), do_say(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetBotHelp(), moduleSetType(), and myBotServHelp().
| int do_say | ( | User * | u | ) |
The /bs say command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Definition at line 66 of file bs_say.c.
References anope_cmd_privmsg(), chaninfo_::bi, BSMinUsers, chaninfo_::c, CA_SAY, check_access(), CI_VERBOTEN, cs_findchan(), chaninfo_::flags, botinfo_::lastmsg, LogBot, logchan, LogChannel, MOD_CONT, chaninfo_::name, user_::nick, botinfo_::nick, notice_help(), notice_lang(), s_BotServ, syntax_error(), and channel_::usercount.
Referenced by AnopeInit().
| void myBotServHelp | ( | User * | u | ) |
Add the help response to Anopes /bs help output.
| u | The user who is requesting help |
1.5.1-20070107