aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authoralezakos <electrovesta@gmail.com>2013-08-14 13:49:11 +0300
committeralezakos <electrovesta@gmail.com>2013-08-14 13:49:11 +0300
commitf95af5838758cd528db659078b0b64021333c7a7 (patch)
treeea723720c7fb92a8963e9397beff0c59cf70377b /plugin.py
parent30ff2503b07b8548c0db148f459f1c14b4c1bd11 (diff)
downloadsupybot_github-f95af5838758cd528db659078b0b64021333c7a7.tar.gz
supybot_github-f95af5838758cd528db659078b0b64021333c7a7.tar.bz2
supybot_github-f95af5838758cd528db659078b0b64021333c7a7.zip
s/created branch by master/created branch from master/
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.py b/plugin.py
index ddfda65..f00386e 100644
--- a/plugin.py
+++ b/plugin.py
@@ -182,7 +182,7 @@ class GithubHandler(BaseHTTPServer.BaseHTTPRequestHandler):
if branched:
urls = ' (%s)' % (getShortURL(data['compare']),)
if 'base_ref' in data:
- branchFrom = ' by %s' % (data['base_ref'].split('/',2)[2],)
+ branchFrom = ' from %s' % (data['base_ref'].split('/',2)[2],)
if data['created'] and not data['forced']:
action = "created"
elif data['deleted'] and not data['forced']:

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