summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index 121969fef..f1ef388d3 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -278,6 +278,11 @@ class ModeWatcher : public Extensible
typedef std::vector<ModeWatcher*>::iterator ModeWatchIter;
+/** The mode parser handles routing of modes and handling of mode strings.
+ * It marshalls, controls and maintains both ModeWatcher and ModeHandler classes,
+ * parses client to server MODE strings for user and channel modes, and performs
+ * processing for the 004 mode list numeric, amongst other things.
+ */
class ModeParser : public classbase
{
private: