# File lib/rbot/message.rb, line 249
    def BasicUserMessage.strip_formatting(string)
      string.gsub(FormattingRx,"")
    end