~singpolyma/biboumi

ba97c442a8be70da6bacd7ef0461fe95e99fe765 — louiz’ 4 years ago 0b8738d
Remove an outdated TODO comment
1 files changed, 0 insertions(+), 2 deletions(-)

M src/irc/irc_client.cpp
M src/irc/irc_client.cpp => src/irc/irc_client.cpp +0 -2
@@ 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);