Move ChatSettings commands to their own file (#4116)

* Move ChatSettings commands to their own file

* reformat error message strings

* move ChatCommands together in CommandController.cpp

* Allow CommandContext to be provided for builtin functions

using variants MEGADANK

* add missing include

* rename to ComandFunctionVariants

also include some move magic & const reffing
This commit is contained in:
pajlada
2022-11-06 13:07:54 +01:00
committed by GitHub
parent ac7baf4073
commit c6a162c7ff
6 changed files with 526 additions and 469 deletions
+5 -2
View File
@@ -59,10 +59,13 @@ set(SOURCE_FILES
controllers/accounts/AccountModel.cpp
controllers/accounts/AccountModel.hpp
controllers/commands/Command.cpp
controllers/commands/Command.hpp
controllers/commands/builtin/twitch/ChatSettings.cpp
controllers/commands/builtin/twitch/ChatSettings.hpp
controllers/commands/CommandContext.hpp
controllers/commands/CommandController.cpp
controllers/commands/CommandController.hpp
controllers/commands/Command.cpp
controllers/commands/Command.hpp
controllers/commands/CommandModel.cpp
controllers/commands/CommandModel.hpp