More miscellaneous humbughq.com=>zulip.com updates.

(imported from commit 9a3dbc4268f251c2c0b20d8b6a7e1dc672f1b385)
This commit is contained in:
Tim Abbott 2013-07-24 17:41:24 -04:00
parent deaa19605a
commit d063efa8a0
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -35,7 +35,7 @@ examples, which is especially useful if you are running several bots
which share a home directory. which share a home directory.
You can obtain your Humbug API key, create bots, and manage bots all You can obtain your Humbug API key, create bots, and manage bots all
from your Humbug [settings page](https://humbughq.com/#settings). from your Humbug [settings page](https://zulip.com/#settings).
A typical simple bot sending API messages will look as follows: A typical simple bot sending API messages will look as follows:

View file

@ -554,7 +554,7 @@ def forward_to_zephyr(message):
heading = "Hi there! This is an automated message from Zulip." heading = "Hi there! This is an automated message from Zulip."
support_closing = """If you have any questions, please be in touch through the \ support_closing = """If you have any questions, please be in touch through the \
Feedback tab or at support@humbughq.com.""" Feedback tab or at support@zulip.com."""
(code, stderr) = send_authed_zephyr(zwrite_args, wrapped_content) (code, stderr) = send_authed_zephyr(zwrite_args, wrapped_content)
if code == 0 and stderr == "": if code == 0 and stderr == "":