summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-05-30 16:08:23 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-05-30 16:08:23 +0200
commitc2311b2893f3db755b67c43e5ad60cef66b10ab2 (patch)
treec9f3199474597dbd0c1deb4b5f91144c5f4c4eb5 /src/irc/irc_client.hpp
parent5c9d2c23ba6a401bc9494a6023491bbf3ade8d34 (diff)
downloadbiboumi-c2311b2893f3db755b67c43e5ad60cef66b10ab2.tar.gz
biboumi-c2311b2893f3db755b67c43e5ad60cef66b10ab2.tar.bz2
biboumi-c2311b2893f3db755b67c43e5ad60cef66b10ab2.tar.xz
biboumi-c2311b2893f3db755b67c43e5ad60cef66b10ab2.zip
Send (every 240s) a PING command to all connected irc servers
fix #2452
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index e6fb393..2f28c95 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -70,6 +70,7 @@ public:
* Send the PONG irc command
*/
void send_pong_command(const IrcMessage& message);
+ void send_ping_command();
/**
* Send the USER irc command
*/