summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-09-23 22:17:27 +0200
committerlouiz’ <louiz@louiz.org>2019-09-23 22:17:27 +0200
commit3339ce2cc0be9cc15a6cd9571025846edd1bef20 (patch)
tree0f3fd9917870fdd20998d55efc638dc152fc0ba9 /src/irc/irc_client.hpp
parentb7b54d8f0e08107508e7d74666a1bfb00e06aa5d (diff)
downloadbiboumi-3339ce2cc0be9cc15a6cd9571025846edd1bef20.tar.gz
biboumi-3339ce2cc0be9cc15a6cd9571025846edd1bef20.tar.bz2
biboumi-3339ce2cc0be9cc15a6cd9571025846edd1bef20.tar.xz
biboumi-3339ce2cc0be9cc15a6cd9571025846edd1bef20.zip
Trivial little naming changes
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 674f3ff..cfb3d21 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -92,7 +92,7 @@ public:
*/
void send_message(IrcMessage message, MessageCallback callback={}, bool throttle=true);
void send_raw(const std::string& txt);
- void actual_send(std::pair<IrcMessage, MessageCallback> message_pair);
+ void actual_send(std::pair<IrcMessage, MessageCallback>&& message_pair);
/**
* Send the PONG irc command
*/