diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 12:01:02 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 12:01:02 +0100 |
commit | 7343ac33fbc64fd6d4426da4203530c3aef95e29 (patch) | |
tree | e3c90bc5a3d54021ad95a72b2685d7d2f6f211f5 /src/configreader.cpp | |
parent | e4b17fd39b476fefec73d0956e6f40bd7ec254fc (diff) | |
parent | f9f59c2706f965f7f753271f54536cf0531a2ba8 (diff) |
Merge branch 'master+echomessage-invitenotify'
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index a81a1b646..092911c74 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -55,7 +55,7 @@ ServerConfig::ServerConfig() , Limits(EmptyTag) , NoSnoticeStack(false) { - RawLog = HideBans = HideSplits = UndernetMsgPrefix = false; + RawLog = HideBans = HideSplits = false; WildcardIPv6 = true; dns_timeout = 5; MaxTargets = 20; @@ -413,7 +413,6 @@ void ServerConfig::Fill() GenericOper = security->getBool("genericoper"); SyntaxHints = options->getBool("syntaxhints"); CycleHostsFromUser = options->getBool("cyclehostsfromuser"); - UndernetMsgPrefix = options->getBool("ircumsgprefix"); FullHostInTopic = options->getBool("hostintopic"); MaxTargets = security->getInt("maxtargets", 20, 1, 31); DefaultModes = options->getString("defaultmodes", "not"); |