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

Network.IRC.Commands

Synopsis

Types

type Channel = ByteString Source #

type Password = ByteString Source #

IRC Functions

quit :: Maybe ByteString -> Message Source #

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

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