From 4e4acc6b3d26fe7b00231dc220b69f55dae34367 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Mon, 30 May 2016 05:26:07 +0200 Subject: Remove sync.py file --- imbusy.py | 1 - 1 file changed, 1 deletion(-) (limited to 'imbusy.py') diff --git a/imbusy.py b/imbusy.py index d84249d..48f3e69 100644 --- a/imbusy.py +++ b/imbusy.py @@ -236,7 +236,6 @@ def tpahere_command_checker(sender, args): return tpa_command_checker(sender, args) def mail_command_checker(sender, args): - info("Mail command executed") if len(args) < 3 or args[0].lower() != "send": return True target = server.getPlayer(args[1]) -- cgit v1.2.3