diff options
| author | 2017-11-25 12:37:48 +0000 | |
|---|---|---|
| committer | 2017-11-25 13:38:02 +0000 | |
| commit | 1dca8b79edf65c0e5e846cc120f1321fb0a1d15c (patch) | |
| tree | 9b3ad6b2f090e722a916815a613f2e04603819c1 /src/inspircd.cpp | |
| parent | Convert IsIdent to std::function. (diff) | |
Convert IsChannel to std::function.
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 542789c7e..5f7dfd06f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -227,7 +227,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : * themselves within the class. */ GenRandom(&HandleGenRandom), - IsChannel(&HandleIsChannel), + IsChannel(&DefaultIsChannel), IsNick(&DefaultIsNick), IsIdent(&DefaultIsIdent) { |
