Chatterino
chatterino2
src
providers
irc
IrcCommands.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <QString>
4
#include "
common/Outcome.hpp
"
5
6
namespace
chatterino
{
7
8
class
IrcChannel;
9
10
Outcome
invokeIrcCommand
(
const
QString &command,
const
QString ¶ms,
11
IrcChannel &channel);
12
13
}
// namespace chatterino
chatterino
Definition:
Application.cpp:48
Outcome.hpp
chatterino::invokeIrcCommand
Outcome invokeIrcCommand(const QString &commandName, const QString &allParams, IrcChannel &channel)
Definition:
IrcCommands.cpp:11
Generated by
1.8.13