aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-05-15 14:07:47 +0300
committerkongr45gpen <electrovesta@gmail.com>2014-05-15 14:07:47 +0300
commit311008696355558821c08496a1e37649e75812c8 (patch)
treebbb23644f75ae7052bb9ed33d07042aa5013184a /local/handler
parent64715b9450b5ddfc38c093662862efdd4a0f83a4 (diff)
downloadsupybot_github-311008696355558821c08496a1e37649e75812c8.tar.gz
supybot_github-311008696355558821c08496a1e37649e75812c8.tar.bz2
supybot_github-311008696355558821c08496a1e37649e75812c8.zip
Make build message gramatically correct
Diffstat (limited to 'local/handler')
-rw-r--r--local/handler/TravisHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/handler/TravisHandler.py b/local/handler/TravisHandler.py
index b32aa71..e69ab9d 100644
--- a/local/handler/TravisHandler.py
+++ b/local/handler/TravisHandler.py
@@ -6,7 +6,7 @@ def handle(data):
status = data['status_message'].lower()
if isStatusVisible(data['repository']['url'], status):
- msgs.append( "%s: The build %s * %s by %s (%s - %s)" % (
+ msgs.append( "%s: Build status: %s * %s by %s (%s - %s)" % (
ircutils.bold(data['repository']['name']),
colorAction(status),
ircutils.bold(data['commit'][0:6]),

© 2014-2024 Faster IT GmbH | imprint | privacy policy