From 41d2f3104838f7661da2a4bd42903c7b35e6a733 Mon Sep 17 00:00:00 2001 From: NEMESIS13cz Date: Mon, 10 Aug 2015 19:53:02 +0200 Subject: [PATCH] Removed hard-coded aliases --- snowbrawl.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/snowbrawl.py b/snowbrawl.py index 6ec4243..1a6cea8 100644 --- a/snowbrawl.py +++ b/snowbrawl.py @@ -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: