Изменил(а) на 'typeclasses/rooms.py'

This commit is contained in:
oreolek 2023-01-22 05:54:22 +00:00
parent 8a458b21b5
commit 5669bcfbef
1 changed files with 14 additions and 0 deletions

View File

@ -9,3 +9,17 @@ from lib.rpsystem import ContribRPRoom
# rpsystem
class Room(ContribRPRoom):
pass
def at_say(
self,
message,
msg_self=None,
msg_location=None,
receivers=None,
msg_receivers=None,
**kwargs,
):
channel = typeclasses.channel.msg(message)
# Get list of all Channels
channels = evennia.typeclass.objects.all().iterator()
return message