summaryrefslogtreecommitdiff
path: root/imbusy.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2016-05-30 05:26:07 +0200
committerDico200 <dico.karssiens@gmail.com>2016-05-30 05:26:07 +0200
commit4e4acc6b3d26fe7b00231dc220b69f55dae34367 (patch)
tree9dbce21a1502cd1e11875a8d8b74508e6e247a4b /imbusy.py
parent9d1956dc2a23528e9015764d89ebd0daf5204cd1 (diff)
Remove sync.py file
Diffstat (limited to 'imbusy.py')
-rw-r--r--imbusy.py1
1 files changed, 0 insertions, 1 deletions
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])