Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
221ed255
Commit
221ed255
authored
May 07, 2015
by
louiz’
Browse files
Two trivial fixes
parent
163ace55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/irc/irc_client.cpp
src/irc/irc_client.cpp
+2
-2
No files found.
src/irc/irc_client.cpp
View file @
221ed255
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment