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

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

