diff options
author | Adam <Adam@anope.org> | 2010-07-10 19:08:16 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-10 19:08:16 -0400 |
commit | 4b1e76c3bb7baa5ece83779889a46420ded3e495 (patch) | |
tree | 442b8e34d30641f1b6d455bb0eb10d3240b7f344 /src/core/cs_set_entrymsg.cpp | |
parent | 166d6f5d0933a3c639b869235f0fabdfac499886 (diff) |
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
Diffstat (limited to 'src/core/cs_set_entrymsg.cpp')
-rw-r--r-- | src/core/cs_set_entrymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_set_entrymsg.cpp b/src/core/cs_set_entrymsg.cpp index cddcff36b..d2ec2bccc 100644 --- a/src/core/cs_set_entrymsg.cpp +++ b/src/core/cs_set_entrymsg.cpp @@ -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; } |