-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Lambdabot miscellaneous plugins
--
-- Lambdabot is an IRC bot written over several years by those on the
-- #haskell IRC channel.
--
-- Provided plugins:
--
--
-- - dummy Many commands with fixed replies.
-- - error Debug error handling.
-- - fresh Generate Haskell project names.
-- - hello Hello, world.
-- - todo A to-do list for lambdabot.
--
@package lambdabot-misc-plugins
@version 5.2
module Lambdabot.Plugin.Misc
dummyPlugin :: Module ()
errorPlugin :: Module ()
freshPlugin :: Module Integer
helloPlugin :: Module ()
todoPlugin :: Module TodoState
miscPlugins :: [String]