diff options
Diffstat (limited to 'modules/core/ns_release.cpp')
-rw-r--r-- | modules/core/ns_release.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_release.cpp b/modules/core/ns_release.cpp index ff0424577..94a778218 100644 --- a/modules/core/ns_release.cpp +++ b/modules/core/ns_release.cpp @@ -87,7 +87,7 @@ class CommandNSRelease : 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()); + "the nickname."), NickServ->nick.c_str(), relstr.c_str()); return true; |