diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-05-16 16:00:19 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-05-18 21:23:52 +0200 |
commit | f3d134a5b642b83e865c03b45c313df7f829ba15 (patch) | |
tree | d7a2e9b138b3d9d784f067b3db4eade52281dbae /src/inspircd.cpp | |
parent | b0d652a15f46bbd05657b39ca1bcadd42769354b (diff) |
Get rid of the NICKForced extension
Don't run OnUserPreNick when the nick change is forced
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 775e6f130..67cf8707b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -271,7 +271,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : * THIS MUST MATCH THE ORDER OF DECLARATION OF THE FUNCTORS, e.g. the methods * themselves within the class. */ - NICKForced("NICKForced", NULL), OperQuit("OperQuit", NULL), GenRandom(&HandleGenRandom), IsChannel(&HandleIsChannel), @@ -282,7 +281,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : { ServerInstance = this; - Extensions.Register(&NICKForced); Extensions.Register(&OperQuit); FailedPortList pl; |