smol commit, idk if I will continue this

This commit is contained in:
apa420
2019-01-20 17:03:45 +01:00
parent e9bd9ddb8e
commit cd5c373e01
4 changed files with 28 additions and 14 deletions
+8
View File
@@ -117,4 +117,12 @@ struct AutomodAction : PubSubAction {
QString msgID;
};
struct AutomodUserAction : PubSubAction {
using PubSubAction::PubSubAction;
ActionUser target;
QString message;
};
} // namespace chatterino