From 18c7e41b3099aefec84cec6cfb5cdf1492711b9f Mon Sep 17 00:00:00 2001 From: om Date: Mon, 3 Apr 2006 17:27:44 +0000 Subject: Initialise OperSpyWhois value to false, just in case. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3806 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd_io.cpp') diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index a405ed4bf..7ee3dffbc 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -52,7 +52,7 @@ ServerConfig::ServerConfig() *CustomVersion = *motd = *rules = *PrefixQuit = *DieValue = *DNSServer = '\0'; *OperOnlyStats = *ModPath = *MyExecutable = *DisabledCommands = *PID = '\0'; log_file = NULL; - nofork = HideBans = HideSplits = unlimitcore = false; + OperSpyWhois = nofork = HideBans = HideSplits = unlimitcore = false; AllowHalfop = true; dns_timeout = DieDelay = 5; MaxTargets = 20; -- cgit v1.2.3