aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-20 14:00:20 +0000
committerGravatar jesopo2020-01-20 14:00:20 +0000
commit0abcc173cdfe8f1bfb5a82a317808e9c1e04a119 (patch)
tree1662e12b573a52b4a6e00289662633d30cad4ce6 /src
parent1.18.0 release (diff)
signature
{~TNICK}, not {TNICK}
Diffstat (limited to 'src')
-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,