[console_scripts]
pmxbot = pmxbot.core:run
pmxbotweb = pmxbot.web.viewer:run

[pmxbot_handlers]
pmxbot config = pmxbot.config_
pmxbot say something = pmxbot.saysomething:FastSayer.init_in_thread
pmxbot logging = pmxbot.logging:Logger.initialize
pmxbot karma = pmxbot.karma:Karma.initialize
pmxbot rolls = pmxbot.rolls:ParticipantLogger.initialize
pmxbot feedparser = pmxbot.rss:RSSFeeds
pmxbot core commands = pmxbot.commands
pmxbot quotes = pmxbot.quotes:Quotes.initialize
pmxbot system commands = pmxbot.system
pmxbot notifier = pmxbot.notify:Notify.init

