ircbot-0.1.5: A library for writing irc bots

Network.IRC.Bot.Commands

Contents

Synopsis

Commands

data Ping Source

Constructors

Ping HostName 

class ToMessage a whereSource

Methods

toMessage :: a -> MessageSource