diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index d516dbca..2e94f991 100755 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -178,7 +178,7 @@ class GitHub(object): return utils.datetime.parse.iso8601(s) def ping(self, data): - return ["Received new webhook"] + return [("Received new webhook", None)] def _change_count(self, n, symbol, color): return utils.irc.color("%s%d" % (symbol, n), color)+utils.irc.bold("")