aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index ce7896bd..cf10f86a 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -196,7 +196,7 @@ class Module(ModuleManager.BaseModule):
return url
def ping(self, event, full_name, data):
- return ["Received new webhook for %s" % full_name]
+ return ["Received new webhook"]
def _change_count(self, n, symbol, color):
return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold("")