aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-03-05 11:41:24 +0000
committerGravatar jesopo2019-03-05 11:41:24 +0000
commitb549a28bedb1e65f2134e73487c89179f4ca6fbc (patch)
treed5c6179218f083e30042fcba510cc53cde68f536 /modules/github
parentadd IRCServer.clear_send_buffer() to clear queued lines (diff)
signature
'pull' -> 'PR' in !ghpull
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index b4df37bd..890ec57b 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -164,7 +164,7 @@ class Module(ModuleManager.BaseModule):
state = utils.irc.color("closed", COLOR_NEGATIVE)
event["stdout"].write(
- "(%s pull%s, %s) %s → %s [%s/%s] %s %s" % (
+ "(%s PR%s, %s) %s → %s [%s/%s] %s %s" % (
repo, number, state, branch_from, branch_to, added, removed,
page.data["title"], url))
def _gh_get_pull(self, username, repository, number):