mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike.
This commit is contained in:
parent
851e6d00cc
commit
48bcb9d0ba
7 changed files with 267 additions and 107 deletions
|
|
@ -384,6 +384,7 @@ def create_channel(key, aliases=None, desc=None,
|
|||
new_channel.locks.add(locks)
|
||||
new_channel.save()
|
||||
_channelhandler.CHANNELHANDLER.add_channel(new_channel)
|
||||
new_channel.at_channel_create()
|
||||
return new_channel
|
||||
|
||||
channel = create_channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue