diff options
| author | 2018-11-17 21:05:08 +0000 | |
|---|---|---|
| committer | 2018-11-17 21:05:08 +0000 | |
| commit | c5293ef5bf18a8cd8508e064bfb3c49147e01db7 (patch) | |
| tree | 6244f3d919ab6fa2f29c897d4962a289cd56f942 /modules | |
| parent | Actually, tag/branch creation comes under the `create` event (diff) | |
| signature | ||
'pusher' -> 'sender'
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 14034871..2f9e170e 100644 --- a/modules/github.py +++ b/modules/github.py @@ -186,7 +186,7 @@ class Module(ModuleManager.BaseModule): def create(self, event, full_name, data): ref = data["ref"] type = data["ref_type"] - sender = utils.irc.bold(data["pusher"]["name"]) + sender = utils.irc.bold(data["sender"]["name"]) url = CREATE_EVENT % (full_name, ref) return ["(%s) %s created a %s: %s - %s" % (full_name, sender, type, ref, url)] |
