Skip to content

Commit 0abcc17

Browse files
committed
{~TNICK}, not {TNICK}
1 parent 1397c37 commit 0abcc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_modules/format_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def mode(self, event):
188188

189189
def _on_topic(self, event, nickname, action, topic):
190190
formatting = {"ACT": action, "TOP": topic, "~TNICK": nickname}
191-
minimal = "topic {ACT} by {TNICK}: {TOP}"
191+
minimal = "topic {ACT} by {~TNICK}: {TOP}"
192192
line = "- %s" % minimal
193193

194194
self._event("topic", event["server"], line, event["channel"].name,

0 commit comments

Comments
 (0)