provide {NICK} as well as {~NICK} as default formatting args
This commit is contained in:
parent
dba3f7abc3
commit
c6d913e218
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Module(ModuleManager.BaseModule):
|
|||
minimal = minimal or line
|
||||
|
||||
if user:
|
||||
formatting["~NICK"] = user.nickname
|
||||
formatting["~NICK"] = formatting["NICK"] = user.nickname
|
||||
|
||||
line = line.format(**formatting)
|
||||
minimal = minimal.format(**formatting)
|
||||
|
|
Loading…
Reference in a new issue