diff options
| author | 2018-11-17 21:06:27 +0000 | |
|---|---|---|
| committer | 2018-11-17 21:06:27 +0000 | |
| commit | aeb7ee76ea214260f6caa368da9cffa2ac1c4624 (patch) | |
| tree | 7a46f1f27e1c3dfcbf401f83ef99b777377f1063 /modules/github.py | |
| parent | 'pusher' -> 'sender' (diff) | |
| signature | ||
'name' -> 'login'
Diffstat (limited to 'modules/github.py')
| -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 2f9e170e..c052a236 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["sender"]["name"]) + sender = utils.irc.bold(data["sender"]["login"]) url = CREATE_EVENT % (full_name, ref) return ["(%s) %s created a %s: %s - %s" % (full_name, sender, type, ref, url)] |
