1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 16:26:38 +02:00

Fixed some of the extra modules

This commit is contained in:
lethality
2011-07-17 13:08:15 +01:00
parent cb56d50837
commit 46f2f3bd8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"));
}