Adjusted text variable names through IRCbot message life cycle to match new practice.

This commit is contained in:
Cloud_Keeper 2017-02-08 13:33:31 +11:00 committed by Griatch
parent 6cea12de42
commit 9503b30a5e
3 changed files with 7 additions and 7 deletions

View file

@ -105,7 +105,7 @@ def bot_data_in(session, *args, **kwargs):
return
kwargs.pop("options", None)
# Trigger the execute_cmd method of the corresponding bot.
session.player.execute_cmd(session=session, text=txt, **kwargs)
session.player.execute_cmd(session=session, txt=txt, **kwargs)
session.update_session_counters()