Fix typo in comms.py.

This commit is contained in:
Ahmed Charles 2015-02-15 14:18:59 -08:00 committed by Jonathan Piacenti
parent 60ff4b8515
commit 5c12ead301

View file

@ -130,7 +130,7 @@ class CmdDelCom(MuxPlayerCommand):
"""
key = "delcom"
aliases = ["delaliaschan, delchanalias"]
aliases = ["delaliaschan", "delchanalias"]
help_category = "Comms"
locks = "cmd:not perm(channel_banned)"