aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 21:12:12 +0000
committerGravatar jesopo2018-11-17 21:12:12 +0000
commitb17c8d79bfd74dd2149268b36154e7a024917b4c (patch)
tree43be8ca126ff9ee88f2d9afcf005947c380e5255 /modules/github.py
parentAlso support `delete` event (diff)
signature
Remove additional '%s' in modules/github.py.delete that was left over from
copypaste of `create`
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 4ae584ce..9cad0aa1 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -197,5 +197,5 @@ class Module(ModuleManager.BaseModule):
ref = data["ref"]
type = data["ref_type"]
sender = utils.irc.bold(data["sender"]["login"])
- return ["(%s) %s deleted a %s: %s - %s" %
+ return ["(%s) %s deleted a %s: %s" %
(full_name, sender, type, ref)]