-- 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:
--   
--   <ul>
--   <li><i>dummy</i> Many commands with fixed replies.</li>
--   <li><i>error</i> Debug error handling.</li>
--   <li><i>fresh</i> Generate Haskell project names.</li>
--   <li><i>hello</i> Hello, world.</li>
--   <li><i>todo</i> A to-do list for lambdabot.</li>
--   </ul>
@package lambdabot-misc-plugins
@version 5.3.1.2

module Lambdabot.Plugin.Misc
dummyPlugin :: Module ()
errorPlugin :: Module ()
freshPlugin :: Module Integer
helloPlugin :: Module ()
todoPlugin :: Module TodoState
miscPlugins :: [String]
