From 34f5572364754af2d9287564df4277fb3dd691f2 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sat, 20 Feb 2010 15:53:41 -0600 Subject: Force granted prefixes like +o to be specified in --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') 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"); -- cgit v1.3.1-10-gc9f91