Removed hard-coded aliases

This commit is contained in:
NEMESIS13cz
2015-08-10 19:53:02 +02:00
parent 9b3e0d19c4
commit 41d2f31048

View File

@@ -881,17 +881,6 @@ def set_arena_sign(sender, args):
elif args[1] == "del":
arena.del_sign(sender, args[2])
@hook.command("sbm")
def on_snowbrawl_command_modify(sender, command, label, args):
args_ = args
args_.insert(0, modify_command)
return on_snowbrawl_command(sender, command, label, args_)
@hook.command("sb")
def on_snowbrawl_command_short(sender, command, label, args):
return on_snowbrawl_command(sender, command, label, args)
@hook.command("snowbrawl")
def on_snowbrawl_command(sender, command, label, args):
if len(args) == 0: