zulip/contrib_bots
Steve Howell 44233cef4b Extract contrib_bots/bot_lib.py from run.py.
Splitting out some of the bot functions into a library
will make it easier for heavily customized bots to have
their own version of run.py, instead of the shared one
that we use for everyone now.  If they use bot_lib.py
directly, they will still most likely conform to
the "Handler" interface as long as they call
run_message_handler_for_bot.

Most bots should continue to use contrib_bots/run.py
for now.
2017-01-14 12:44:50 -08:00
..
lib Remove superfluous comment in triage_message(). (#3291) 2017-01-13 10:21:45 -08:00
bot_lib.py Extract contrib_bots/bot_lib.py from run.py. 2017-01-14 12:44:50 -08:00
run.py Extract contrib_bots/bot_lib.py from run.py. 2017-01-14 12:44:50 -08:00