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

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

