ircbot-0.2.3: A library for writing irc bots

Network.IRC.Bot.BotMonad

Synopsis

Documentation

mapBotPartT :: (m a -> n b) -> BotPartT m a -> BotPartT n bSource

askSenderNickName :: BotMonad m => m (Maybe String)Source

get the nickname of the user who sent the message