Finalize nick-templating; still issues with other places using nicks, such as channels.
This commit is contained in:
parent
b1de659e8b
commit
fba6e079c1
4 changed files with 9 additions and 9 deletions
|
|
@ -63,7 +63,7 @@ def text(session, *args, **kwargs):
|
|||
return
|
||||
# this is treated as a command input
|
||||
# handle the 'idle' command
|
||||
if text.strip() in _IDLE_COMMAND:
|
||||
if text.strip() == _IDLE_COMMAND:
|
||||
session.update_session_counters(idle=True)
|
||||
return
|
||||
if session.player:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue