added irc commands

This commit is contained in:
fourtf
2019-09-18 10:58:43 +02:00
parent 27d6cf2bfd
commit 765a75f158
6 changed files with 132 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include "common/Outcome.hpp"
namespace chatterino {
class IrcChannel;
Outcome invokeIrcCommand(const QString &command, const QString &params,
IrcChannel &channel);
} // namespace chatterino