From 45f7396c8d30ed37570c4ecdaa886388f9beba3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 25 Jan 2017 19:55:45 +0100 Subject: Cancel the IRC server linger timer when we try to-rejoin a channel on it --- src/bridge/bridge.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bridge/bridge.hpp') 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: /** -- cgit v1.2.3