aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-04-11 15:11:31 -0700
committerGravatar Attila Molnar2013-04-11 15:11:31 -0700
commit1858feabd342636df0b52780c978979b4e049fc3 (patch)
treec00ab92b6ff6d002e6c40909587b146ba5e45612 /src/inspircd.cpp
parentFix clang warning about IsOper() (diff)
parentConvert ISUPPORT to use a map instead of a string. (diff)
downloadinspircd++-1858feabd342636df0b52780c978979b4e049fc3.tar.gz
inspircd++-1858feabd342636df0b52780c978979b4e049fc3.tar.bz2
inspircd++-1858feabd342636df0b52780c978979b4e049fc3.zip
Merge pull request #487 from SaberUK/master+better-isupport-api
Convert ISUPPORT to use a map instead of a string.
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index ea30924a8..e02c42a82 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -548,7 +548,7 @@ InspIRCd::InspIRCd(int argc, char** argv) :
this->Modules->LoadAll();
/* Just in case no modules were loaded - fix for bug #101 */
- this->BuildISupport();
+ this->ISupport.Build();
Config->ApplyDisabledCommands(Config->DisabledCommands);
if (!pl.empty())