ircbot-0.1.1: A library for writing irc bots

Safe HaskellNone

Network.IRC.Bot.Commands

Contents

Synopsis

Commands

cmd :: (Functor m, MonadPlus m, BotMonad m) => Command -> m ()Source

data Ping Source

Constructors

Ping HostName 

class ToMessage a whereSource

Methods

toMessage :: a -> MessageSource

sendCommand :: (ToMessage c, BotMonad m, Functor m) => c -> m ()Source

data Pong Source

Constructors

Pong HostName