# File lib/plugins/defaults/standard_commands.rb, line 513
  def self.normalize_as_user_name(text)
    text.strip.sub(/^@/, '')
  end