mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix typo in comms.py.
This commit is contained in:
parent
60ff4b8515
commit
5c12ead301
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class CmdDelCom(MuxPlayerCommand):
|
|||
"""
|
||||
|
||||
key = "delcom"
|
||||
aliases = ["delaliaschan, delchanalias"]
|
||||
aliases = ["delaliaschan", "delchanalias"]
|
||||
help_category = "Comms"
|
||||
locks = "cmd:not perm(channel_banned)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue