reconnect for irc + show errors + nickRequired

This commit is contained in:
fourtf
2019-09-18 08:05:51 +02:00
parent 96dac0fd3d
commit 27d6cf2bfd
8 changed files with 130 additions and 3 deletions
+4
View File
@@ -18,6 +18,10 @@ public:
// server may be nullptr
IrcServer *server();
// Channel methods
virtual bool canReconnect() const override;
virtual void reconnect() override;
private:
void setServer(IrcServer *server);