diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-09 19:49:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-09 19:49:21 +0500 |
| commit | 99d1a1563676c2bb95574fb079a9367fbd1acf34 (patch) | |
| tree | d29f8122bb16bcb0d673a297cb84beae16106abe /bot/src/schemas/channel.hpp | |
| parent | 69eb8e57770240637158df5b5578084f61366c5f (diff) | |
feat: random markov responses!
Diffstat (limited to 'bot/src/schemas/channel.hpp')
| -rw-r--r-- | bot/src/schemas/channel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/schemas/channel.hpp b/bot/src/schemas/channel.hpp index e346b9f..ace4c4d 100644 --- a/bot/src/schemas/channel.hpp +++ b/bot/src/schemas/channel.hpp @@ -47,7 +47,7 @@ namespace bot::schemas { std::optional<std::chrono::system_clock::time_point> opted_out_at; }; - enum ChannelFeature { MARKOV_RESPONSES }; + enum ChannelFeature { MARKOV_RESPONSES, RANDOM_MARKOV_RESPONSES }; class ChannelPreferences { public: |
