summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_opnotice.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-08-05 16:07:41 +0100
committerlethality <lethality@anope.org>2011-08-05 16:07:41 +0100
commitd6a8d272658ff56de7971acf918ab48d3c43e1d8 (patch)
treea7766b523e899607515637f9a52278447518ae74 /modules/commands/cs_set_opnotice.cpp
parent5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (diff)
Fixed an error and typo in CS SET OPNOTICE
Diffstat (limited to 'modules/commands/cs_set_opnotice.cpp')
-rw-r--r--modules/commands/cs_set_opnotice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_set_opnotice.cpp b/modules/commands/cs_set_opnotice.cpp
index 018b89437..e27f03f8b 100644
--- a/modules/commands/cs_set_opnotice.cpp
+++ b/modules/commands/cs_set_opnotice.cpp
@@ -16,7 +16,7 @@
class CommandCSSetOpNotice : public Command
{
public:
- CommandCSSetOpNotice(Module *creator, const Anope::string &cname = "chanserv/set/notice") : Command(creator, cname, 2, 2)
+ CommandCSSetOpNotice(Module *creator, const Anope::string &cname = "chanserv/set/opnotice") : Command(creator, cname, 2, 2)
{
this->SetDesc(_("Send a notice when OP/DEOP commands are used"));
this->SetSyntax(_("\037channel\037 {ON | OFF}"));