Robert Hönig
|
acd71fb96e
|
bots: Add non-obligatory initialize func for bots.
A bot that implements `initialize(client)` has initial
access to the `client` object, before `handle_message`
is called.
|
2017-06-14 20:25:07 -07:00 |
|
Robert Hönig
|
fcb4cf6721
|
bots: Rename BotHandlerApi object client to bot_handler .
|
2017-06-13 11:13:23 -07:00 |
|
Aditya Bansal
|
60e8943ed2
|
pep8: Add compliance with rule E261 bot_lib.py.
|
2017-06-04 15:00:42 +05:30 |
|
Rohitt Vashishtha
|
894adb1e43
|
bots: Move contrib_bots to api/bots*.
This will make it convenient to include these bots in Zulip API
releases on pypi.
Fix #5009.
|
2017-06-01 12:31:54 -07:00 |
|