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