diff --git a/backends/libcommuni/session.h b/backends/libcommuni/session.h index 3589dcb4e984e00067eee7f8f5e64d24e0fb605a..8b31da583794a078829fc3175203323a64eede98 100644 --- a/backends/libcommuni/session.h +++ b/backends/libcommuni/session.h @@ -65,6 +65,7 @@ protected: std::string m_identify; std::list m_autoJoin; std::string m_topicData; + bool m_connected; }; //class MyIrcBuffer : public Irc::Buffer