diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-13 19:29:50 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-13 19:29:50 -0500 |
commit | 592790418d37483f247696f81b24ad62e3448842 (patch) | |
tree | 1b02e48df467fef9da66950b2106a164c4c9a715 /app | |
parent | 2aa1149e1c0e46538b11d8958d6b4755939a04d7 (diff) |
spell "unannounce" correctly <.<,
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/bangtags.rb | 2 |
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>' |