summary refs log tree commit diff
path: root/src/CommandCompleter.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-03-07 13:11:00 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2023-04-08 18:59:17 -0400
commit296385e6fe6f9ec543d96ba7ed068e793a12c3f3 (patch)
treec3ed93aad6abca94f22de1f50d6db1f165ca9812 /src/CommandCompleter.h
parentImplement unknown msgtype functionality (diff)
downloadnheko-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.h2
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,