diff options
| author | 2006-04-03 17:27:44 +0000 | |
|---|---|---|
| committer | 2006-04-03 17:27:44 +0000 | |
| commit | 18c7e41b3099aefec84cec6cfb5cdf1492711b9f (patch) | |
| tree | 1bc2643a99e7d14367a8dabecf172c84de13ecad /src/inspircd_io.cpp | |
| parent | Remove un-needed strlen and pointer in duration() (diff) | |
Initialise OperSpyWhois value to false, just in case.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3806 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd_io.cpp')
| -rw-r--r-- | src/inspircd_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
