summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-27 21:11:12 +0100
committerPeter Powell <petpow@saberuk.com>2017-09-11 16:03:06 +0100
commitccb6c0f243ee8de52677dface0a24878630bb7fd (patch)
treee5d496a59c8b94dcd7156b0fa9f16da5d6455fe8 /include/inspircd.h
parent51a47e7d757df63370168ab5000d13ca9c349ecd (diff)
Move operquit out of the core and into core_user.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 824a30e8a..839cccb6a 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -320,10 +320,6 @@ class CoreExport InspIRCd
*/
ProtocolInterface DefaultProtocolInterface;
- /** Holds extensible for user operquit
- */
- StringExtItem OperQuit;
-
/** Manages the generation and transmission of ISUPPORT. */
ISupportManager ISupport;