Copypaste fail, 'target_channel' -> 'event["target_channel"]'
(print_activity.py)
This commit is contained in:
parent
e47edbddfb
commit
6077d06c99
1 changed files with 1 additions and 1 deletions
|
@ -128,4 +128,4 @@ class Module(ModuleManager.BaseModule):
|
||||||
@utils.hook("received.invite")
|
@utils.hook("received.invite")
|
||||||
def invite(self, event):
|
def invite(self, event):
|
||||||
self.print_line(event, "%s was invited to %s" % (
|
self.print_line(event, "%s was invited to %s" % (
|
||||||
event["user"].nickname, target_channel))
|
event["user"].nickname, event["target_channel"]))
|
||||||
|
|
Loading…
Reference in a new issue