summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-04-20 10:12:00 +0200
committerlouiz’ <louiz@louiz.org>2017-04-20 10:12:00 +0200
commit5ef674c4862f1ad265e76ea6fabc20e180871243 (patch)
tree5ac2276a975be78c4a603a17adfa23c3a84e19ac /src/bridge/bridge.hpp
parente3ee824e5c5548c13605e4f2e2ded9491c1c1479 (diff)
downloadbiboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.gz
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.bz2
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.xz
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.zip
Revert "Add a linger_time configuration option on IRC servers"
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index ce9c605..033291c 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -236,11 +236,6 @@ public:
#ifdef USE_DATABASE
void set_record_history(const bool val);
#endif
- /**
- * Start a timer that will send a QUIT command after the
- * configured linger time is expired.
- */
- void quit_or_start_linger_timer(const std::string& irc_hostname);
private:
/**