@return [String] @todo Handle mIRC color codes more gracefully.
# File lib/cinch/utilities/string.rb, line 8 def self.filter_string(string) string.gsub(%r[\x00-\x1f]/, '') end