Show who invited who when printing and invite (print_activity.py)
This commit is contained in:
parent
6077d06c99
commit
4ae7d3fbab
1 changed files with 3 additions and 2 deletions
|
@ -127,5 +127,6 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
@utils.hook("received.invite")
|
||||
def invite(self, event):
|
||||
self.print_line(event, "%s was invited to %s" % (
|
||||
event["user"].nickname, event["target_channel"]))
|
||||
self.print_line(event, "%s invited %s to %s" % (
|
||||
event["user"].nickname, event["target_user"].nickname,
|
||||
event["target_channel"]))
|
||||
|
|
Loading…
Reference in a new issue