aboutsummaryrefslogtreecommitdiff
path: root/modules/print_activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/print_activity.py')
-rw-r--r--modules/print_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/print_activity.py b/modules/print_activity.py
index 474a665e..53a5eb90 100644
--- a/modules/print_activity.py
+++ b/modules/print_activity.py
@@ -128,4 +128,4 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.invite")
def invite(self, event):
self.print_line(event, "%s was invited to %s" % (
- event["user"].nickname, target_channel))
+ event["user"].nickname, event["target_channel"]))