lambdabot-4.3.0.1: Lambdabot is a development tool and advanced IRC bot

Safe HaskellNone

Lambdabot.Message

Documentation

class Show a => Message a whereSource

Methods

server :: a -> StringSource

extracts the tag of the server involved in a given message

nick :: a -> NickSource

extracts the nickname involved in a given message.

fullName :: a -> StringSource

fullName extracts the full user name involved in a given message.

channels :: a -> [Nick]Source

channels extracts the channels a Message operate on.

lambdabotName :: a -> NickSource

Instances