From b395c59997debe3827a39ec23cba54465d2aaf6a Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 18 Aug 2013 13:48:31 +0200 Subject: m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 790e2a0ff..694869423 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -402,7 +402,7 @@ class CoreExport InspIRCd /** Holds extensible for user operquit */ - LocalStringExt OperQuit; + StringExtItem OperQuit; /** Manages the generation and transmission of ISUPPORT. */ ISupportManager ISupport; -- cgit v1.2.3