From ba97c442a8be70da6bacd7ef0461fe95e99fe765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 22 Jun 2018 21:35:16 +0200 Subject: Remove an outdated TODO comment --- src/irc/irc_client.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/irc/irc_client.cpp') 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); -- cgit v1.2.3