Hide [Github] prefix in modules/github.py
This commit is contained in:
parent
1696492a78
commit
773412cdb0
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ class Module(ModuleManager.BaseModule):
|
|||
return True
|
||||
|
||||
def _make_trigger(self, channel, server, line):
|
||||
return lambda: self.events.on("send.stdout").call(
|
||||
target=channel, module_name="Github", server=server, message=line)
|
||||
return lambda: self.events.on("send.stdout").call(target=channel,
|
||||
module_name="Github", server=server, message=line, hide_prefix=True)
|
||||
|
||||
def push(self, event, full_name, data):
|
||||
outputs = []
|
||||
|
|
Loading…
Reference in a new issue