diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-09-03 14:09:03 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-09-03 14:09:03 +0200 |
commit | f3e803f5b9d8478e1f4d490a2f59ba7fca10a6b9 (patch) | |
tree | 0c6b894cace5932c2e4ea8e124e210f021266665 /include/mode.h | |
parent | 39bd7db53837fd5d2a0e4d2e9ca54e0f309a0d17 (diff) |
Populate a Modes::ChangeList object in ModeParser::Process()
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index 596a7bcbe..981c29a27 100644 --- a/include/mode.h +++ b/include/mode.h @@ -535,6 +535,10 @@ class CoreExport ModeParser : public fakederef<ModeParser> */ std::multimap<std::string, ModeWatcher*> modewatchermap; + /** Last processed mode change + */ + Modes::ChangeList LastChangeList; + /** Displays the current modes of a channel or user. * Used by ModeParser::Process. */ |