diff options
| author | 2020-01-20 14:00:20 +0000 | |
|---|---|---|
| committer | 2020-01-20 14:00:20 +0000 | |
| commit | 0abcc173cdfe8f1bfb5a82a317808e9c1e04a119 (patch) | |
| tree | 1662e12b573a52b4a6e00289662633d30cad4ce6 /src/core_modules | |
| parent | 1.18.0 release (diff) | |
| signature | ||
{~TNICK}, not {TNICK}
Diffstat (limited to 'src/core_modules')
| -rw-r--r-- | src/core_modules/format_activity.py | 2 |
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, |
