summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r--src/timeline/InputBar.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp
index f29b806c..62d38cf5 100644
--- a/src/timeline/InputBar.cpp
+++ b/src/timeline/InputBar.cpp
@@ -239,6 +239,7 @@ InputBar::updateTextContentProperties(const QString &t)
                                              QStringLiteral("rainfall"),
                                              QStringLiteral("msgtype"),
                                              QStringLiteral("glitch"),
+                                             QStringLiteral("gradualglitch"),
                                              QStringLiteral("goto"),
                                              QStringLiteral("converttodm"),
                                              QStringLiteral("converttoroom"),
@@ -921,6 +922,8 @@ InputBar::command(const QString &command, QString args)
         customMsgtype(args.section(' ', 0, 0), args.section(' ', 1, -1));
     } else if (command == QLatin1String("glitch")) {
         message(utils::glitchText(args));
+    } else if (command == QLatin1String("gradualglitch")) {
+        message(utils::graduallyGlitchText(args));
     } else if (command == QLatin1String("goto")) {
         // Goto has three different modes:
         // 1 - Going directly to a given event ID