diff options
Diffstat (limited to 'modules/github')
| -rw-r--r-- | modules/github/__init__.py | 2 |
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): |
