git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4160 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-07-08 00:41:01 +00:00
parent 40320969da
commit f13902ea0e

View 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 */
}