#include "module.h"
Go to the source code of this file.
Functions | |
| int | do_set (User *u) |
| void | myBotServHelp (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
| 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_set.c.
References BOTSERV, c, CORE, createCommand(), do_set(), Command_::help_param1, MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetBotHelp(), moduleSetType(), myBotServHelp(), and s_ChanServ.
| int do_set | ( | User * | u | ) |
The /bs set command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Allow the user to turn super admin on/off
Rob
Definition at line 93 of file bs_set.c.
References chaninfo_::bi, BI_PRIVATE, chaninfo_::botflags, BS_DONTKICKOPS, BS_DONTKICKVOICES, BS_FANTASY, BS_GREET, BS_NOBOT, BS_SYMBIOSIS, CA_SET, check_access(), CI_VERBOTEN, cs_findchan(), findbot(), chaninfo_::flags, botinfo_::flags, is_services_admin(), MOD_CONT, chaninfo_::name, botinfo_::nick, notice_help(), notice_lang(), readonly, s_BotServ, stricmp(), syntax_error(), and unassign().
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.7.1