diff options
author | Adam <Adam@anope.org> | 2011-03-29 13:43:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-29 13:43:22 -0400 |
commit | 685e99be0241e97665cefe8730bb4aa53647aeb2 (patch) | |
tree | dc62fa62a4af26a360a4aa661d81514e9441aa0c /modules/core/ns_recover.cpp | |
parent | b14b7bd55ec9b26ca7787060022b63fc3c001196 (diff) |
Fixed some left over useprivmsg problems and fixed some compiler warnings.
Diffstat (limited to 'modules/core/ns_recover.cpp')
-rw-r--r-- | modules/core/ns_recover.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ns_recover.cpp b/modules/core/ns_recover.cpp index aa12975bd..936e2b51a 100644 --- a/modules/core/ns_recover.cpp +++ b/modules/core/ns_recover.cpp @@ -111,8 +111,7 @@ class CommandNSRecover : public Command "current address as shown in /WHOIS must be on that nick's\n" "access list, you must be identified and in the group of\n" "that nick, or you must supply the correct password for\n" - "the nickname."), NickServ->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), NickServ->nick.c_str(), relstr.c_str(), - NickServ->nick.c_str()); + "the nickname."), NickServ->nick.c_str(), NickServ->nick.c_str(), relstr.c_str(), Config->UseStrictPrivMsgString.c_str(), NickServ->nick.c_str()); return true; } |