diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-11-03 17:54:07 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-11-03 17:55:23 +0100 |
commit | d834d6ed0647ba7e51e81f600fe259156e2b8070 (patch) | |
tree | 4b7b63648e788fc3e1c4f68457c3f3a8baa3cd6d /src/irc | |
parent | f2f94618fcf87b4fc1ad86902c63a7a48be745b8 (diff) | |
download | biboumi-d834d6ed0647ba7e51e81f600fe259156e2b8070.tar.gz biboumi-d834d6ed0647ba7e51e81f600fe259156e2b8070.tar.bz2 biboumi-d834d6ed0647ba7e51e81f600fe259156e2b8070.tar.xz biboumi-d834d6ed0647ba7e51e81f600fe259156e2b8070.zip |
Exit the poller when it handles no connection at all
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/irc_client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp index 83d1b0d..80f36ee 100644 --- a/src/irc/irc_client.cpp +++ b/src/irc/irc_client.cpp @@ -21,7 +21,6 @@ void IrcClient::on_connected() void IrcClient::on_connection_close() { std::cout << "Connection closed by remote server." << std::endl; - this->close(); } void IrcClient::parse_in_buffer() |