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

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

