mirror of
https://github.com/anope/anope.git
synced 2026-06-28 19:36:39 +02:00
Fixed a crash in /cs help register
This commit is contained in:
@@ -117,7 +117,7 @@ class CommandCSRegister : public Command
|
||||
"NOTICE: In order to register a channel, you must have\n"
|
||||
"first registered your nickname. If you haven't,\n"
|
||||
"\002%R%s HELP\002 for information on how to do so."),
|
||||
ChanServ->nick.c_str(), ChanServ->nick.c_str(), ChanServ->nick.c_str());
|
||||
ChanServ->nick.c_str(), ChanServ->nick.c_str(), ChanServ->nick.c_str(), ChanServ->nick.c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user