From 12ea31cd02f8da24015f9d3fd524e0574574fe23 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 19 Sep 2015 02:24:39 +0200 Subject: fix in misc.py - ofc I forget to save --- misc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc.py') 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()) -- cgit v1.2.3