diff options
| author | 2013-04-07 22:23:25 +0100 | |
|---|---|---|
| committer | 2013-04-11 23:08:03 +0100 | |
| commit | 5c29c53f651fb0c513a50c9396e08ba340a6d2bf (patch) | |
| tree | c00ab92b6ff6d002e6c40909587b146ba5e45612 /src/inspircd.cpp | |
| parent | Fix clang warning about IsOper() (diff) | |
Convert ISUPPORT to use a map instead of a string.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
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()) |
