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 /include | |
parent | b0d652a15f46bbd05657b39ca1bcadd42769354b (diff) |
Get rid of the NICKForced extension
Don't run OnUserPreNick when the nick change is forced
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index ed6f7df94..9a9583499 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -417,10 +417,6 @@ class CoreExport InspIRCd */ ProtocolInterface* PI; - /** Holds extensible for user nickforced - */ - LocalIntExt NICKForced; - /** Holds extensible for user operquit */ LocalStringExt OperQuit; |