-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Social plugins for Lambdabot
--   
--   Lambdabot is an IRC bot written over several years by those on the
--   #haskell IRC channel.
--   
--   Provided plugins:
--   
--   <ul>
--   <li><i>activity</i> Check where and how much is lambdabot used.</li>
--   <li><i>karma</i> Track who's been good and who's been naughty.</li>
--   <li><i>poll</i> Let the people vote.</li>
--   <li><i>seen</i> Track who was around when.</li>
--   <li><i>tell</i> Leave messages for other users.</li>
--   </ul>
@package lambdabot-social-plugins
@version 5.2

module Lambdabot.Plugin.Social
activityPlugin :: Module [(UTCTime, Nick)]
karmaPlugin :: Module KarmaState
pollPlugin :: Module (Map PollName Poll)
seenPlugin :: Module (Map Channel Int, Map PackedNick UserStatus)
tellPlugin :: Module NoticeBoard
socialPlugins :: [String]
