]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Document ListenSocket class
[user/henk/code/inspircd.git] / include / mode.h
index 121969fefbcc59da347cf9b21577866a63c98a6d..f1ef388d30d16071e4adacda50aff5feac5550cc 100644 (file)
@@ -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: