summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-08-10 19:53:02 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-08-10 19:53:02 +0200
commit41d2f3104838f7661da2a4bd42903c7b35e6a733 (patch)
tree2cd8c2aba8a751cf52ba27ed4f489949eec8bf24 /snowbrawl.py
parent9b3e0d19c41c7d749ec92b05d3e330be3d4daa1a (diff)
Removed hard-coded aliases
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py11
1 files changed, 0 insertions, 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: