summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-08 00:41:01 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-08 00:41:01 +0000
commitf13902ea0ebe812d1b2fdf61bc081572d2e27d79 (patch)
treeb5e1ff0035159104a7cfd3311c72cbfb6de25112 /src
parent40320969da824c4150134fa5177c02694c6b49bd (diff)
Comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4160 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/mode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 6da0dbcb6..74eb2790b 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -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 */
}