aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/format_activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_modules/format_activity.py')
-rw-r--r--src/core_modules/format_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_modules/format_activity.py b/src/core_modules/format_activity.py
index b5a4d78b..398366e6 100644
--- a/src/core_modules/format_activity.py
+++ b/src/core_modules/format_activity.py
@@ -188,7 +188,7 @@ class Module(ModuleManager.BaseModule):
def _on_topic(self, event, nickname, action, topic):
formatting = {"ACT": action, "TOP": topic, "~TNICK": nickname}
- minimal = "topic {ACT} by {TNICK}: {TOP}"
+ minimal = "topic {ACT} by {~TNICK}: {TOP}"
line = "- %s" % minimal
self._event("topic", event["server"], line, event["channel"].name,