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

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

