diff options
| author | 2018-11-27 15:07:22 +0000 | |
|---|---|---|
| committer | 2018-11-27 15:07:22 +0000 | |
| commit | dba4c9561c1ada304312140f41e723485008b0e3 (patch) | |
| tree | 040b7ecbfd522f35c390dcb56f933de50d90754e /modules/github.py | |
| parent | Raise exceptions back up through .trigger() (diff) | |
| signature | ||
'line' -> 'output' (github.py)
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 dbe20b70..e1b23ea8 100644 --- a/modules/github.py +++ b/modules/github.py @@ -87,7 +87,7 @@ class Module(ModuleManager.BaseModule): for output in outputs: output = "(%s) %s" % (full_name, output) self.events.on("send.stdout").call(target=channel, - module_name="Github", server=server, message=line, + module_name="Github", server=server, message=output, hide_prefix=channel.get_setting( "github-hide-prefix", False)) |
