#include "module.h"
Go to the source code of this file.
Functions | |
| void | AnopeFini (void) |
| int | AnopeInit (int argc, char **argv) |
| int | do_cs_topic (User *u) |
| void | myChanServHelp (User *u) |
| void AnopeFini | ( | void | ) |
Unload the module
Definition at line 47 of file cs_topic.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_topic.c.
References CHANSERV, CORE, createCommand(), do_cs_topic(), MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetChanHelp(), moduleSetType(), and myChanServHelp().
| int do_cs_topic | ( | User * | u | ) |
The /cs topic 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 cs_topic.c.
References alog(), anope_cmd_join(), anope_cmd_mode(), anope_cmd_part(), anope_cmd_topic(), CA_TOPIC, check_access(), channel_::ci, CI_VERBOTEN, channel_::creation_time, findchan(), chaninfo_::flags, user_::host, ircd, is_services_admin(), ircdvars_::join2set, chaninfo_::last_topic, chaninfo_::last_topic_setter, chaninfo_::last_topic_time, MOD_CONT, chaninfo_::name, channel_::name, user_::nick, NICKMAX, notice_lang(), s_ChanServ, sstrdup(), strscpy(), syntax_error(), channel_::topic, channel_::topic_setter, channel_::topic_time, ircdvars_::topictsbackward, user_::username, 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