This fixes channel nicknames not working while in an OOC state.
This commit is contained in:
parent
4de88f7e80
commit
1a03433500
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def text(session, *args, **kwargs):
|
||||||
categories=("inputline", "channel"), include_player=True)
|
categories=("inputline", "channel"), include_player=True)
|
||||||
else:
|
else:
|
||||||
text = session.player.nicks.nickreplace(text,
|
text = session.player.nicks.nickreplace(text,
|
||||||
categories=("inputline", "channels"), include_player=False)
|
categories=("inputline", "channel"), include_player=False)
|
||||||
kwargs.pop("options", None)
|
kwargs.pop("options", None)
|
||||||
cmdhandler(session, text, callertype="session", session=session, **kwargs)
|
cmdhandler(session, text, callertype="session", session=session, **kwargs)
|
||||||
session.update_session_counters()
|
session.update_session_counters()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue