]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Comments
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 8 Jul 2006 00:41:01 +0000 (00:41 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 8 Jul 2006 00:41:01 +0000 (00:41 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4160 e03df62e-2008-0410-955e-edbf42e46eb7

src/mode.cpp

index 6da0dbcb6ed6761cd90db84c2cd5d553440ab57b..74eb2790b219294344d7e27562a78a4ca8c36b07 100644 (file)
@@ -655,5 +655,6 @@ ModeParser::ModeParser()
        this->AddMode(new ModeChannelTopicOps, 't');
        this->AddMode(new ModeChannelNoExternal, 'n');
        this->AddMode(new ModeChannelInviteOnly, 'i');
+       /* TODO: Modes +l, +k, +o, +v, +h */
 }