diff options
| author | 2017-03-20 11:43:24 +0000 | |
|---|---|---|
| committer | 2017-03-20 11:47:59 +0000 | |
| commit | 81027f3a0888ac4c8e3fb6ea90081492defce946 (patch) | |
| tree | a8da074f8feb486af8ef4aebf67e8c901f2340f3 /src/inspircd.cpp | |
| parent | Merge pull request #1292 from SaberUK/master+flush (diff) | |
Move the OnCheckExemption hook out of the core.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 0c9b67910..5b9ee670a 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -230,8 +230,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : GenRandom(&HandleGenRandom), IsChannel(&HandleIsChannel), IsNick(&HandleIsNick), - IsIdent(&HandleIsIdent), - OnCheckExemption(&HandleOnCheckExemption) + IsIdent(&HandleIsIdent) { ServerInstance = this; |
