From 2f7410066683544247663686ff8f98db2e1342ab Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 10 Jan 2019 22:24:04 +0000 Subject: Don't have duplicate repo full name in `ping` events (github.py) --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') 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("") -- cgit v1.3.1-10-gc9f91