#pragma once #include "common/Outcome.hpp" namespace chatterino { class IrcChannel; Outcome invokeIrcCommand(const QString &command, const QString ¶ms, IrcChannel &channel); } // namespace chatterino