IRCServer.CaseMapping

Case mappings used by an IRC server.

These decide how case-insensitivity works.

Values

ValueMeaning
ascii

The lowercase of [A-Z] is [a-z].

rfc1459

ascii, plus the lowercase of []\^ is {}|~.

strict_rfc1459

rfc1459, except no ^ for ~.

Meta