Don't have duplicate repo full name in ping
events (github.py)
This commit is contained in:
parent
cbc0e81fb3
commit
2f74100666
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
return url
|
return url
|
||||||
|
|
||||||
def ping(self, event, full_name, data):
|
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):
|
def _change_count(self, n, symbol, color):
|
||||||
return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold("")
|
return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold("")
|
||||||
|
|
Loading…
Reference in a new issue