diff options
Diffstat (limited to 'modules/extra/cs_appendtopic.cpp')
-rw-r--r-- | modules/extra/cs_appendtopic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_appendtopic.cpp b/modules/extra/cs_appendtopic.cpp index 41a69f9fc..5b39b8c8c 100644 --- a/modules/extra/cs_appendtopic.cpp +++ b/modules/extra/cs_appendtopic.cpp @@ -42,7 +42,7 @@ class CommandCSAppendTopic : public Command { public: - CommandCSAppendTopic(Module *creator) : Command(creator, "APPENDTOPIC", 2, 2) + CommandCSAppendTopic(Module *creator) : Command(creator, "chanserv/appendtopic", 2, 2) { this->SetDesc(_("Add text to a channels topic")); } |