about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/lib/bangtags.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb
index 7a82ba177..af4967285 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -886,7 +886,7 @@ class Bangtags
             output = []
             action = tf_cmd[1].downcase
             case action
-            when 'announce'
+            when 'unannounce'
               announcer = ENV['ANNOUNCEMENTS_USER'].to_i
               if announcer == 0
                 @chunks << '<em>No announcer set.</em>'