Chatterino
ChatSettings.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include <QString>
6 
7 namespace chatterino::commands {
8 
9 QString emoteOnly(const CommandContext &ctx);
10 QString emoteOnlyOff(const CommandContext &ctx);
11 
12 QString subscribers(const CommandContext &ctx);
13 QString subscribersOff(const CommandContext &ctx);
14 
15 QString slow(const CommandContext &ctx);
16 QString slowOff(const CommandContext &ctx);
17 
18 QString followers(const CommandContext &ctx);
19 QString followersOff(const CommandContext &ctx);
20 
21 QString uniqueChat(const CommandContext &ctx);
22 QString uniqueChatOff(const CommandContext &ctx);
23 
24 } // namespace chatterino::commands
QString emoteOnly(const CommandContext &ctx)
Definition: ChatSettings.cpp:100
QString slow(const CommandContext &ctx)
Definition: ChatSettings.cpp:219
Definition: ChatSettings.cpp:98
QString uniqueChat(const CommandContext &ctx)
Definition: ChatSettings.cpp:374
QString emoteOnlyOff(const CommandContext &ctx)
Definition: ChatSettings.cpp:130
QString followersOff(const CommandContext &ctx)
Definition: ChatSettings.cpp:344
QString subscribersOff(const CommandContext &ctx)
Definition: ChatSettings.cpp:189
QString subscribers(const CommandContext &ctx)
Definition: ChatSettings.cpp:159
QString slowOff(const CommandContext &ctx)
Definition: ChatSettings.cpp:266
QString followers(const CommandContext &ctx)
Definition: ChatSettings.cpp:296
QString uniqueChatOff(const CommandContext &ctx)
Definition: ChatSettings.cpp:404