about summary refs log tree commit diff
path: root/app/lib/bangtags.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/bangtags.rb')
-rw-r--r--app/lib/bangtags.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb
index 6de8fc5d5..54b7d46af 100644
--- a/app/lib/bangtags.rb
+++ b/app/lib/bangtags.rb
@@ -390,10 +390,11 @@ class Bangtags
               next
             elsif who == 'list'
               @status.visibility = :direct
+              @status.local_only = true
               @status.content_type = 'text/markdown'
               names = @vars.keys.select { |k| k.start_with?('_they:are:') }
-              names.map! { |k| "    <code>#{k[10..-1]}</code> is <em>#{@vars[k]}</em>" }
-              @chunks << (['`i:am:list`:'] + names).join("\n") + "\n"
+              names.map! { |k| "<code>#{k[10..-1]}</code> is <em>#{@vars[k]}</em>" }
+              @chunks << (["\n# <code>#!</code><code>i:am:list</code>:\n<hr />\n"] + names).join("\n") + "\n"
               next
             end
             name = who.downcase.gsub(/\s+/, '').strip