A few typo fixes and NAWS update detection and handling.

This commit is contained in:
mike 2024-04-09 00:12:42 -07:00
parent a1023ebc7e
commit 68a3feb2fe
3 changed files with 8 additions and 4 deletions

View file

@ -468,7 +468,7 @@ class PortalSessionHandler(SessionHandler):
kwargs (any): Each key is a command instruction to the
protocol on the form key = [[args],{kwargs}]. This will
call a method send_<key> on the protocol. If no such
method exixts, it sends the data to a method send_default.
method exits, it sends the data to a method send_default.
"""
# from evennia.server.profiling.timetrace import timetrace # DEBUG