From 0abcc173cdfe8f1bfb5a82a317808e9c1e04a119 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 20 Jan 2020 14:00:20 +0000 Subject: [PATCH] {~TNICK}, not {TNICK} --- src/core_modules/format_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,