clckwrks-plugin-ircbot-0.6.10: ircbot plugin for clckwrks

Safe HaskellNone

Clckwrks.IrcBot.Types

Documentation

data IrcConfig Source

Constructors

IrcConfig 

Fields

ircHost :: String

IRC server

ircPort :: Word16

port (usually 6667)

ircNick :: String

irc nick

ircCommandPrefix :: String

prefix for bot commands

ircUser :: User

irc User

ircChannels :: Set String

channels to join on connect

ircEnabled :: Bool

enable the bot

data User

Constructors

User 

Fields

username :: ByteString

username on client system

hostname :: HostName

hostname of client system

servername :: HostName

irc server client is connected to

realname :: ByteString

client's real name