Use new attribute
This commit is contained in:
parent
4e883004fd
commit
cc6e8af6c4
@ -407,7 +407,7 @@ class EchoBot(Bot):
|
||||
|
||||
def group(self, message):
|
||||
"""Send back whatever receive in group chats."""
|
||||
self.reply(message.text.split(":")[-1], room=message.room)
|
||||
self.reply(message.content, room=message.room)
|
||||
|
||||
|
||||
class WhisperBot(Bot):
|
||||
|
Reference in New Issue
Block a user