diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-21 18:14:06 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 18:22:18 -0500 |
commit | 6c6d5319d92f8edbeb647278fbb7169d31e514f7 (patch) | |
tree | 57db27ea3a08779d39dc4f20c78c604587765da9 /app/lib | |
parent | d9b62e5d11de91bcbc2efd6d0a14222900a50ed5 (diff) |
`hashtag_scope` is a method in *this* class - how did we even manage to break that???
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/bangtags.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index e6fcb62e4..4f4452486 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -220,6 +220,8 @@ class Bangtags chunk = nil tags = cmd[1..-1].map {|t| t.gsub(':', '.')} add_tags(status, *tags) + when '10629' + chunk = "\u200b:gargamel:\u200b I really don't think we should do this." when 'thread' chunk = nil next if cmd[1].nil? |