Stylistic: use em dash for signature prefix.

staging
multiple creatures 2019-04-22 17:14:38 -05:00
parent af7e3a88d4
commit 534e19cbe3
1 changed files with 2 additions and 2 deletions

View File

@ -419,9 +419,9 @@ class Bangtags
name = @vars['_they:are']
next if name.blank?
description = @vars["_they:are:#{name}"]
next if description.blank? || @chunks.last.starts_with?('')
next if description.blank? || @chunks.last.starts_with?('')
status.local_only = true if Status::LOCAL_ONLY_TOKENS.match?(@chunks.last)
@chunks << "\n\n---\n #{description}"
@chunks << "\n\n---\n #{description}"
when 'media'
media_idx = post_cmd[1]
media_cmd = post_cmd[2]