diff options
-rw-r--r-- | src/mode.cpp | 1 |
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 */ } |