summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_opnotice.cpp
diff options
context:
space:
mode:
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}"));