From 45008c0443052bc80842e29567c3fed356dc5156 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 13 Aug 2015 00:30:54 +0200 Subject: remove trailing whitespace, replace tabs with 4x space --- basecommands.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'basecommands.py') diff --git a/basecommands.py b/basecommands.py index d2cb3ab..89e08aa 100644 --- a/basecommands.py +++ b/basecommands.py @@ -20,13 +20,13 @@ def helpMsg(sender, cmd, description, usage, aliases, permission): def simplecommand(cmd, - aliases = [], - usage = "[args...]", + aliases = [], + usage = "[args...]", description = None, - senderLimit = -1, - amin = 0, - amax = -1, - helpNoargs = False, + senderLimit = -1, + amin = 0, + amax = -1, + helpNoargs = False, helpSubcmd = False): cmd = cmd.lower() permission = "utils." + cmd @@ -107,4 +107,4 @@ class Validate(): if not checkargs(sender, args, amin, amax): raise CommandException("") - + -- cgit v1.2.3