mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
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)
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue