Add !w as an alias to !wait

This commit is contained in:
nyuszika7h 2014-06-21 23:57:05 +02:00
parent a4df3663a4
commit bcfa31625b

View File

@ -2651,7 +2651,7 @@ def fstasis_pm(cli, nick, rest):
@cmd("wait")
@cmd("wait", "w")
def wait(cli, nick, chann_, rest):
"""Increase the wait time (before !start can be used)"""
pl = var.list_players()