diff options
-rw-r--r-- | modules/core/cs_register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_register.cpp b/modules/core/cs_register.cpp index 7d45bc295..995c0e65b 100644 --- a/modules/core/cs_register.cpp +++ b/modules/core/cs_register.cpp @@ -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; } |