aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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)]