diff options
| author | 2013-04-01 16:15:19 +0200 | |
|---|---|---|
| committer | 2013-04-01 16:15:19 +0200 | |
| commit | 6a080dfd911e9463d35aad226384aa2a94f38057 (patch) | |
| tree | cb7507fd3e2876f6d06a7a94dc7680847f00cc7a /src/inspircd.cpp | |
| parent | Remove more deprecated code (diff) | |
Convert IsSID() to a static member function, modules shouldn't override it
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 164b7c1e7..68d1917c4 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -321,7 +321,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : OperQuit("OperQuit", NULL), GenRandom(&HandleGenRandom), IsChannel(&HandleIsChannel), - IsSID(&HandleIsSID), Rehash(&HandleRehash), IsNick(&HandleIsNick), IsIdent(&HandleIsIdent), |
