mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Added Channels to new proxy system.
This commit is contained in:
parent
9af9f94fa0
commit
dd20740e73
3 changed files with 44 additions and 27 deletions
|
|
@ -346,7 +346,6 @@ class ChannelDB(TypedObject):
|
|||
key - main name for channel
|
||||
desc - optional description of channel
|
||||
aliases - alternative names for the channel
|
||||
keep_log - bool if the channel should remember messages
|
||||
permissions - perm strings
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue