mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
move client stuff to new command processor
This commit is contained in:
@@ -407,6 +407,9 @@ class ClientMessageProcessor(CommandProcessor):
|
||||
def output(self, text):
|
||||
notify_client(self.client, text)
|
||||
|
||||
def default(self, raw: str):
|
||||
pass # default is client sending just text
|
||||
|
||||
def _cmd_players(self):
|
||||
"""Get information about connected and missing players"""
|
||||
notify_all(self.ctx, get_connected_players_string(self.ctx))
|
||||
|
Reference in New Issue
Block a user