Method: IIRC::ISupport::Inquiry#case_mapping

Defined in:
lib/iirc/modules/isupport.rb

#case_mappingString

Note:

IIRC does not currently perform case-insensitive comparisons. This may change in future.

A string indicating the case mapping used by the server to determine case-insensitive equality of channel names and nick names.

Returns:

  • (String)

    the name of the casemapping. e.g. 'ascii', 'rfc1459', 'rfc3454'



64
65
66
# File 'lib/iirc/modules/isupport.rb', line 64

def case_mapping
  self['CASEMAPPING']
end