From b75fa1c6ecf430ca430d5dd2c749feafd0805d46 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 13 Mar 2011 14:03:02 -0400 Subject: [PATCH] Fixed a crash in /cs help register --- modules/core/cs_register.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }