summaryrefslogtreecommitdiff
path: root/modules/core/ns_drop.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-03-30 23:59:57 -0400
committerAdam <Adam@anope.org>2011-03-30 23:59:57 -0400
commit8dec0c1f1798845a47914570869ed94ce44ce58d (patch)
treec2e016c51195c702f6fd08db91c45673dff3e3da /modules/core/ns_drop.cpp
parent8098ed899a3648897c0de925c974e21883a76b8d (diff)
Fixed bug #1258, more Windows stuff, and more language strings
Diffstat (limited to 'modules/core/ns_drop.cpp')
-rw-r--r--modules/core/ns_drop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_drop.cpp b/modules/core/ns_drop.cpp
index 7127f018d..75a0b7899 100644
--- a/modules/core/ns_drop.cpp
+++ b/modules/core/ns_drop.cpp
@@ -42,7 +42,7 @@ class CommandNSDrop : public Command
if (!u->Account())
{
- source.Reply(_(NICK_IDENTIFY_REQUIRED), Config->s_NickServ.c_str());
+ source.Reply(_(NICK_IDENTIFY_REQUIRED), Config->UseStrictPrivMsgString.c_str(), Config->s_NickServ.c_str());
return MOD_CONT;
}