This fixes channel nicknames not working while in an OOC state.

This commit is contained in:
Tehom 2016-09-13 02:23:02 -04:00
parent 4de88f7e80
commit 1a03433500

View file

@ -74,7 +74,7 @@ def text(session, *args, **kwargs):
categories=("inputline", "channel"), include_player=True)
else:
text = session.player.nicks.nickreplace(text,
categories=("inputline", "channels"), include_player=False)
categories=("inputline", "channel"), include_player=False)
kwargs.pop("options", None)
cmdhandler(session, text, callertype="session", session=session, **kwargs)
session.update_session_counters()