diff options
| author | 2020-06-21 04:25:45 +0100 | |
|---|---|---|
| committer | 2021-05-08 15:31:50 +0100 | |
| commit | 0c750c060839f9018ca129bd7456184792ea0dc0 (patch) | |
| tree | 43aa8d0a593afa292e2922d2481b2349e0dc8dfd /src/inspircd.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Move channel logic from InspIRCd to the new ChannelManager class.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 680d4b5b2..b5d87913c 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -448,7 +448,6 @@ void InspIRCd::WritePID(bool exitonfail) InspIRCd::InspIRCd(int argc, char** argv) : PI(&DefaultProtocolInterface) , GenRandom(&DefaultGenRandom) - , IsChannel(&DefaultIsChannel) , IsNick(&DefaultIsNick) , IsIdent(&DefaultIsIdent) { |
