summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-01-25 19:55:45 +0100
committerlouiz’ <louiz@louiz.org>2017-01-25 19:55:45 +0100
commit45f7396c8d30ed37570c4ecdaa886388f9beba3e (patch)
treedfc24ecd25e41280cf69d25c9361dd746874c37b /src/bridge/bridge.hpp
parentb660a4736778cde8d0805390ffa857b77c271757 (diff)
downloadbiboumi-45f7396c8d30ed37570c4ecdaa886388f9beba3e.tar.gz
biboumi-45f7396c8d30ed37570c4ecdaa886388f9beba3e.tar.bz2
biboumi-45f7396c8d30ed37570c4ecdaa886388f9beba3e.tar.xz
biboumi-45f7396c8d30ed37570c4ecdaa886388f9beba3e.zip
Cancel the IRC server linger timer when we try to-rejoin a channel on it
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index 7d0166c..b165650 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -241,6 +241,7 @@ public:
* configured linger time is expired.
*/
void quit_or_start_linger_timer(const std::string& irc_hostname);
+ void cancel_linger_timer(const std::string& irc_hostname);
private:
/**