diff options
author | Adam <Adam@anope.org> | 2011-03-30 23:59:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-30 23:59:57 -0400 |
commit | 8dec0c1f1798845a47914570869ed94ce44ce58d (patch) | |
tree | c2e016c51195c702f6fd08db91c45673dff3e3da /modules/core/ns_release.cpp | |
parent | 8098ed899a3648897c0de925c974e21883a76b8d (diff) |
Fixed bug #1258, more Windows stuff, and more language strings
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; |