contrib_bots: Expose some information about user profile

- Expose some information about user profile in `RestrictedClient`
class, like `full_name` and `email` of the user.

- Add `client` argument to `triage_message()`, now it's possible to
call bot with another method instead of calling the specified
keyword.
This commit is contained in:
Rafid Aslam
2016-12-15 14:38:39 +07:00
committed by showell
parent 13a1425bb7
commit 947fdf0b37
10 changed files with 20 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ class HelpHandler(object):
your Zulip instance.
'''
def triage_message(self, message):
def triage_message(self, message, client):
# return True if we think the message may be of interest
original_content = message['content']