summaryrefslogtreecommitdiff
path: root/modules/extra/cs_appendtopic.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-07-17 13:08:15 +0100
committerlethality <lethality@anope.org>2011-07-17 13:08:15 +0100
commit46f2f3bd8f5b0d010144d515a744afb292027b0c (patch)
tree577383f96a1f11c24dbb567e5edaf48f5459bdc0 /modules/extra/cs_appendtopic.cpp
parentcb56d508373b0a28a781d14249386eb643b1773c (diff)
Fixed some of the extra modules
Diffstat (limited to 'modules/extra/cs_appendtopic.cpp')
-rw-r--r--modules/extra/cs_appendtopic.cpp2
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"));
}