mirror of
https://github.com/anope/anope.git
synced 2026-07-03 05:13:14 +02:00
Added ns_set_misc and cs_set_misc.
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
This commit is contained in:
@@ -43,7 +43,7 @@ class CommandCSSetEntryMsg : public Command
|
||||
|
||||
bool OnHelp(User *u, const ci::string &)
|
||||
{
|
||||
notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_ENTRYMSG, "SEt");
|
||||
notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_ENTRYMSG, "SET");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user