module Irc

Defined in:

crbot.cr

Constant Summary

IRC_MESSAGE_REGEX = /(:(?<prefix>[\S]+)\s+)?(?<command>[A-z]+|[0-9]{3}) (?<params>[^:]*)(:(?<trailing>.*))?/
VERSION = "0.1.0"