added new function and classes for irc support

This commit is contained in:
fourtf
2019-09-09 22:26:14 +02:00
parent 9f1a5b900e
commit fd0c11964e
7 changed files with 187 additions and 28 deletions
+1
View File
@@ -28,6 +28,7 @@ public:
// channels
ChannelPtr getOrAddChannel(const QString &dirtyChannelName);
ChannelPtr getChannelOrEmpty(const QString &dirtyChannelName);
std::vector<std::weak_ptr<Channel>> getChannels();
// signals
pajlada::Signals::NoArgSignal connected;