From f3d134a5b642b83e865c03b45c313df7f829ba15 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 16 May 2013 16:00:19 +0200 Subject: Get rid of the NICKForced extension Don't run OnUserPreNick when the nick change is forced --- src/inspircd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inspircd.cpp') 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; -- cgit v1.2.3