diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 09:47:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 09:47:43 +0000 |
commit | 3944d6cf0dbdb5afb714d3b027db0314ff830636 (patch) | |
tree | 18f0562a70f7a7a70caec76d624cb59ee6e2927f /src/modules/m_banexception.cpp | |
parent | 33887e4a65f3e5564204f052c0c145a6a9a8749b (diff) |
Comments describing classes, for the url http://svn.inspircd.org/docs/annotated.html
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5251 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_banexception.cpp')
-rw-r--r-- | src/modules/m_banexception.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 9ac3d0dc7..e704b0223 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -19,7 +19,8 @@ // and if a user matches an entry on the +e list then they can join the channel, overriding any (+b) bans set on them - +/** Handles +e channel mode + */ class BanException : public ListModeBase { public: |