From 07715661435c2e932069174a5b43093f09bead32 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 12 Aug 2006 01:19:25 +0000 Subject: Explain what ModeParser does git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4907 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/mode.h') 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::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: -- cgit v1.2.3