communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
83 stars 37 forks source link

Add IrcConnection::connectCount property #69

Closed Thaodan closed 4 years ago

Thaodan commented 4 years ago

It would be useful if there was a connectCount property in the IrcConnection to indicate how often the client has connected eg. when the connection is bad or the channel topic was already shown like here: (https://github.com/communi/communi-sailfish/issues/140)

Thaodan commented 4 years ago

Fixed in https://github.com/communi/libcommuni/pull/71