diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-05-07 17:18:40 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-05-07 17:18:40 +0200 |
commit | 221ed2553dcc5c43bfeb71f97e86147735d77856 (patch) | |
tree | 43a91b2d4599256cf6a4e630248156fadda29f57 /src | |
parent | 163ace553f3e65dcf9f97070faa5dbab0d31bac0 (diff) | |
download | biboumi-221ed2553dcc5c43bfeb71f97e86147735d77856.tar.gz biboumi-221ed2553dcc5c43bfeb71f97e86147735d77856.tar.bz2 biboumi-221ed2553dcc5c43bfeb71f97e86147735d77856.tar.xz biboumi-221ed2553dcc5c43bfeb71f97e86147735d77856.zip |
Two trivial fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/irc/irc_client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp index 677f6be..7dcda8e 100644 --- a/src/irc/irc_client.cpp +++ b/src/irc/irc_client.cpp @@ -291,7 +291,7 @@ void IrcClient::send_pong_command(const IrcMessage& message) this->send_message(IrcMessage("PONG", {id})); } -void IrcClient::on_pong(const IrcMessage& message) +void IrcClient::on_pong(const IrcMessage&) { } @@ -316,7 +316,7 @@ void IrcClient::on_notice(const IrcMessage& message) if (!to.empty() && this->chantypes.find(to[0]) == this->chantypes.end()) { - // The notice is for the us precisely. + // The notice is for us precisely. // Find out if we already sent a private message to this user. If yes // we treat that message as a private message coming from |