diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 01:19:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 01:19:25 +0000 |
commit | 07715661435c2e932069174a5b43093f09bead32 (patch) | |
tree | 182407c28dc39ae677d46a0f63a1d8294ce1842d /include/mode.h | |
parent | cba65964eb899d523904e5e3c4ad097a387d4bc6 (diff) |
Explain what ModeParser does
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4907 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 5 |
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: |