@return [String] @todo Handle mIRC color codes more gracefully.
# File lib/cinch/utilities/string.rb, line 8 def self.filter_string(string) string.gsub(/[\x00-\x1f]/, '') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.