summaryrefslogtreecommitdiff
path: root/misc.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-09-19 02:24:39 +0200
committerDico200 <dico.karssiens@gmail.com>2015-09-19 02:24:39 +0200
commit12ea31cd02f8da24015f9d3fd524e0574574fe23 (patch)
treedf6a28ee7434065efc886020239db8081d8ef7c3 /misc.py
parent4404674c2948cad339d6434e7b50a3aef969ea75 (diff)
fix in misc.py - ofc I forget to save
Diffstat (limited to 'misc.py')
-rw-r--r--misc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.py b/misc.py
index 9aadae9..7c280ca 100644
--- a/misc.py
+++ b/misc.py
@@ -261,7 +261,7 @@ def on_modules_command(sender, command, label, args):
usage = "",
description = "Warns everybody on the server that you will cause lag shortly",
amax = 0,
- helpSubcmd = True):
+ helpSubcmd = True)
def warn_command(sender, command, label, args):
broadcast(None, " &b= &2&lLag incoming! &r-%s" % sender.getDisplayName())
@@ -270,7 +270,7 @@ def warn_command(sender, command, label, args):
usage = "",
description = "Warns everybody on the server that you might cause lag shortly",
amax = 0,
- helpSubcmd = True):
+ helpSubcmd = True)
def warn_command(sender, command, label, args):
broadcast(None, " &b= &2&lPossible lag incoming! &r-%s" % sender.getDisplayName())