diff options
| author | 2010-02-20 02:33:32 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:36 -0400 | |
| commit | 6e5a489d5c6047ba87a025f39cc7cb40d05815ce (patch) | |
| tree | 0205d27bff2bba125c1c8b946114ec6863e642eb /src/inspircd.cpp | |
| parent | Extend +w and +X to take named modes in addition to mode letters (diff) | |
Restore <options:exemptchanops> with long names
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index bcf7fc32d..f3cf7c356 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -306,7 +306,8 @@ InspIRCd::InspIRCd(int argc, char** argv) : IsNick(&HandleIsNick), IsIdent(&HandleIsIdent), FloodQuitUser(&HandleFloodQuitUser), - ModeAccessCheck(&HandleModeAccessCheck) + ModeAccessCheck(&HandleModeAccessCheck), + OnCheckExemption(&HandleOnCheckExemption) { #ifdef WIN32 // Strict, frequent checking of memory on debug builds |
