Chatterino
CommandContext.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "common/Channel.hpp"
5 
6 #include <QStringList>
7 
8 namespace chatterino {
9 
11  QStringList words;
12 
13  // Can be null
15 
16  // Can be null if `channel` is null or if `channel` is not a Twitch channel
18 };
19 
20 } // namespace chatterino
TwitchChannel * twitchChannel
Definition: CommandContext.hpp:17
ChannelPtr channel
Definition: CommandContext.hpp:14
Definition: TwitchChannel.hpp:60
Definition: Application.cpp:48
QStringList words
Definition: CommandContext.hpp:11
Definition: CommandContext.hpp:10
std::shared_ptr< Channel > ChannelPtr
Definition: Channel.hpp:125