diff options
| author | 2010-12-23 14:50:11 -0500 | |
|---|---|---|
| committer | 2010-12-23 14:50:11 -0500 | |
| commit | 0afcb5ce884359d7b9dded7b7ff47b262a7a5335 (patch) | |
| tree | 51e7f45970188b52cacccef401dbe910e6d20172 /src/configreader.cpp | |
| parent | Restore prefix (diff) | |
Fix bug #113
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
