diff options
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: |