{~TNICK}, not {TNICK}
This commit is contained in:
parent
1397c3795a
commit
0abcc173cd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue