summaryrefslogtreecommitdiff
path: root/misc.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-09-19 02:25:58 +0200
committerDico200 <dico.karssiens@gmail.com>2015-09-19 02:25:58 +0200
commit920738bd658fbea9c4065791ad2d1510198c5f21 (patch)
tree846e6b5a0c2713b9d179ac35551a2d8518e61f6a /misc.py
parent12ea31cd02f8da24015f9d3fd524e0574574fe23 (diff)
Another fix -.- these single characters...
It's been too long since I committed properly
Diffstat (limited to 'misc.py')
-rw-r--r--misc.py2
1 files changed, 1 insertions, 1 deletions
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())