diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-03-07 13:11:00 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-04-08 18:59:17 -0400 |
commit | 296385e6fe6f9ec543d96ba7ed068e793a12c3f3 (patch) | |
tree | c3ed93aad6abca94f22de1f50d6db1f165ca9812 /src/CommandCompleter.h | |
parent | Implement unknown msgtype functionality (diff) | |
download | nheko-296385e6fe6f9ec543d96ba7ed068e793a12c3f3.tar.xz |
Add rainfall effect
This is a proof-of-concept example of inplementing a msgtype not found in the spec.
Diffstat (limited to 'src/CommandCompleter.h')
-rw-r--r-- | src/CommandCompleter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CommandCompleter.h b/src/CommandCompleter.h index fcbbe3e5..be5250b8 100644 --- a/src/CommandCompleter.h +++ b/src/CommandCompleter.h @@ -46,6 +46,8 @@ public: RainbowNotice, Confetti, RainbowConfetti, + Rainfall, + RainbowRain, Goto, ConvertToDm, ConvertToRoom, |