From 920738bd658fbea9c4065791ad2d1510198c5f21 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 19 Sep 2015 02:25:58 +0200 Subject: [PATCH] Another fix -.- these single characters... It's been too long since I committed properly --- misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.py b/misc.py index 7c280ca..dc3475e 100644 --- a/misc.py +++ b/misc.py @@ -271,7 +271,7 @@ def warn_command(sender, command, label, args): description = "Warns everybody on the server that you might cause lag shortly", amax = 0, helpSubcmd = True) -def warn_command(sender, command, label, args): +def warnp_command(sender, command, label, args): broadcast(None, " &b= &2&lPossible lag incoming! &r-%s" % sender.getDisplayName())