From: w00t Date: Wed, 15 Feb 2006 02:51:52 +0000 (+0000) Subject: - Anal tidy of some comments X-Git-Tag: v2.0.23~8883 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=80ce5a99cf9b32e85589519a1e0633d35b552d89;p=user%2Fhenk%2Fcode%2Finspircd.git - Anal tidy of some comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3205 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_inviteexception.cpp b/src/modules/m_inviteexception.cpp index b3104d3d2..0b80934f7 100644 --- a/src/modules/m_inviteexception.cpp +++ b/src/modules/m_inviteexception.cpp @@ -9,11 +9,14 @@ /* $ModDesc: Provides support for the +I channel mode */ -/* Written by Om, April 2005. */ -/* Based on m_exception, which was originally based on m_chanprotect and m_silence */ - -// The +I channel mode takes a nick!ident@host, glob patterns allowed, -// and if a user matches an entry on the +I list then they can join the channel, ignoring if +i is set on the channel +/* + * Written by Om , April 2005. + * Based on m_exception, which was originally based on m_chanprotect and m_silence + * + * The +I channel mode takes a nick!ident@host, glob patterns allowed, + * and if a user matches an entry on the +I list then they can join the channel, + * ignoring if +i is set on the channel + */ class ModuleInviteException : public ListModeBaseModule {