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

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

