diff options
author | louiz’ <louiz@louiz.org> | 2018-06-22 21:35:16 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-06-22 21:35:46 +0200 |
commit | ba97c442a8be70da6bacd7ef0461fe95e99fe765 (patch) | |
tree | 63654167768e046377b3f6e04b7cc18af84fca18 | |
parent | 0b8738d87aa101117c7681ade41f8527ad515d3c (diff) | |
download | biboumi-ba97c442a8be70da6bacd7ef0461fe95e99fe765.tar.gz biboumi-ba97c442a8be70da6bacd7ef0461fe95e99fe765.tar.bz2 biboumi-ba97c442a8be70da6bacd7ef0461fe95e99fe765.tar.xz biboumi-ba97c442a8be70da6bacd7ef0461fe95e99fe765.zip |
Remove an outdated TODO comment
-rw-r--r-- | src/irc/irc_client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp index 96fb4ef..d5f872b 100644 --- a/src/irc/irc_client.cpp +++ b/src/irc/irc_client.cpp @@ -1135,8 +1135,6 @@ void IrcClient::on_channel_bad_key(const IrcMessage& message) void IrcClient::on_channel_mode(const IrcMessage& message) { - // For now, just transmit the modes so the user can know what happens - // TODO, actually interprete the mode. Iid iid; iid.set_local(message.arguments[0]); iid.set_server(this->hostname); |