aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-20 15:53:41 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:36 -0400
commit34f5572364754af2d9287564df4277fb3dd691f2 (patch)
treead482c5940988f2c527d56efa13bb686a0d17463 /src/configreader.cpp
parentRemove dead code (diff)
Force granted prefixes like +o to be specified in <options:defaultmodes>
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 6c929b562..0237bd622 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -492,7 +492,7 @@ void ServerConfig::Fill()
UndernetMsgPrefix = options->getBool("ircumsgprefix");
FullHostInTopic = options->getBool("hostintopic");
MaxTargets = security->getInt("maxtargets", 20);
- DefaultModes = options->getString("defaultmodes", "nt");
+ DefaultModes = options->getString("defaultmodes", "ont");
PID = ConfValue("pid")->getString("file");
WhoWasGroupSize = ConfValue("whowas")->getInt("groupsize");
WhoWasMaxGroups = ConfValue("whowas")->getInt("maxgroups");