Finalize nick-templating; still issues with other places using nicks, such as channels.

This commit is contained in:
Griatch 2016-06-26 00:41:57 +02:00
parent b1de659e8b
commit fba6e079c1
4 changed files with 9 additions and 9 deletions

View file

@ -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: