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

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

