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,