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:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user