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 /src/inspircd.cpp | |
parent | 02267976f636e3c4fffc8732a949b4777a771ca2 (diff) |
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index f2095c4a2..c94f08842 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -231,7 +231,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : * THIS MUST MATCH THE ORDER OF DECLARATION OF THE FUNCTORS, e.g. the methods * themselves within the class. */ - OperQuit("OperQuit", NULL), + OperQuit("operquit", NULL), GenRandom(&HandleGenRandom), IsChannel(&HandleIsChannel), Rehash(&HandleRehash), |