added deck.chat modules

This commit is contained in:
Luxferre
2025-12-20 21:26:54 +02:00
parent 037a7e8cf8
commit 0d2738390b
+1 -1
View File
@@ -35,7 +35,7 @@ class DeckChat:
def _detect_command(self, msg): def _detect_command(self, msg):
""" """
Split a chat line into the command (or None if none detected) Split a chat line into the command (or 'default' if none detected)
and the rest of the message. and the rest of the message.
""" """
res = ('default', msg) res = ('default', msg)