From 0afcb5ce884359d7b9dded7b7ff47b262a7a5335 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Thu, 23 Dec 2010 14:50:11 -0500 Subject: Fix bug #113 --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index d6b479874..6435d43bd 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -591,7 +591,7 @@ void ServerConfig::Fill() if (v == "splitmsg") OperSpyWhois = SPYWHOIS_SPLITMSG; else if (v == "on" || v == "yes") - OperSpyWhois = SPYWHOIS_NEWLINE; + OperSpyWhois = SPYWHOIS_SINGLEMSG; else OperSpyWhois = SPYWHOIS_NONE; -- cgit v1.3.1-10-gc9f91