Don't have duplicate repo full name in ping events (github.py)

This commit is contained in:
jesopo 2019-01-10 22:24:04 +00:00
parent cbc0e81fb3
commit 2f74100666

View file

@ -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("")