added deck.chat modules
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class DeckChat:
|
||||
|
||||
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.
|
||||
"""
|
||||
res = ('default', msg)
|
||||
|
||||
Reference in New Issue
Block a user