Safe Haskell | None |
---|---|
Language | Haskell98 |
The guts of lambdabot.
The LB/Lambdabot monad Generic server connection,disconnection The module typeclass, type and operations on modules
Synopsis
- ircLoadModule :: String -> Module st -> LB ()
- ircUnloadModule :: String -> LB ()
- checkPrivs :: IrcMessage -> LB Bool
- checkIgnore :: IrcMessage -> LB Bool
- ircCodepage :: String -> String -> LB ()
- ircGetChannels :: LB [Nick]
- ircQuit :: String -> String -> LB ()
- ircReconnect :: String -> String -> LB ()
- ircPrivmsg :: Nick -> String -> LB ()
- ircPrivmsg' :: Nick -> String -> LB ()
Documentation
ircUnloadModule :: String -> LB () Source #
Unregister a module's entry in the irc state
checkPrivs :: IrcMessage -> LB Bool Source #
Checks whether the given user has admin permissions
checkIgnore :: IrcMessage -> LB Bool Source #
Checks whether the given user is being ignored. Privileged users can't be ignored.
ircGetChannels :: LB [Nick] Source #
Send a message to a channel/user, applying all output filters
Orphan instances
MonadRandom LB Source # | |
getRandomPrim :: Prim t -> LB t # getRandomWord8 :: LB Word8 # getRandomWord16 :: LB Word16 # getRandomWord32 :: LB Word32 # getRandomWord64 :: LB Word64 # getRandomDouble :: LB Double # getRandomNByteInteger :: Int -> LB Integer # |