fix in misc.py - ofc I forget to save

This commit is contained in:
Dico200
2015-09-19 02:24:39 +02:00
parent 4404674c29
commit 12ea31cd02

View File

@@ -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())