aboutsummaryrefslogtreecommitdiff
path: root/modules/format_activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/format_activity.py')
-rw-r--r--modules/format_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/format_activity.py b/modules/format_activity.py
index 44e718e4..ac78ab4f 100644
--- a/modules/format_activity.py
+++ b/modules/format_activity.py
@@ -141,7 +141,7 @@ class Module(ModuleManager.BaseModule):
dt = datetime.datetime.strftime(unix_dt, utils.ISO8601_PARSE)
line = "topic set at %s" % dt
self._event("topic-timestamp", event["server"], line,
- event["channel"].name)
+ event["channel"].name, channel=event["channel"])
def _on_kick(self, event, nickname):
reason = ""