aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 9703d3ed..32536dff 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -246,7 +246,7 @@ class Module(ModuleManager.BaseModule):
commenter = utils.irc.bold(data["comment"]["user"]["login"])
url = self._short_url(data["comment"]["html_url"])
return ["[%s #%d] %s %s on: %s - %s" %
- (number, type, commenter, COMMENT_ACTIONS[action], issue_title,
+ (type, number, commenter, COMMENT_ACTIONS[action], issue_title,
url)]
def create(self, event, full_name, data):