irc-0.6.1.1: A small library for parsing IRC messages.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.IRC.Commands

Synopsis

Types

type Channel = ByteString Source #

type Password = ByteString Source #

IRC Functions

quit :: Maybe Reason -> Message Source #

privmsg :: Channel -> ByteString -> Message Source #

kick :: Channel -> UserName -> Maybe Reason -> Message Source #