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

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

