diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-18 13:48:31 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-18 13:48:31 +0200 |
commit | b395c59997debe3827a39ec23cba54465d2aaf6a (patch) | |
tree | 728da998d74cfa1aa8988ae010224b27874718a4 /include | |
parent | 02267976f636e3c4fffc8732a949b4777a771ca2 (diff) |
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |