fix typo
This commit is contained in:
parent
1ec60fe99b
commit
78778b9b16
@ -5206,7 +5206,7 @@ def fwait(cli, nick, chann_, rest):
|
|||||||
var.WAITED += 1
|
var.WAITED += 1
|
||||||
cli.msg(chan, ("\u0002{0}\u0002 forcibly {2}creased the wait time by "+
|
cli.msg(chan, ("\u0002{0}\u0002 forcibly {2}creased the wait time by "+
|
||||||
"{1} second{3}.").format(nick, abs(extra),
|
"{1} second{3}.").format(nick, abs(extra),
|
||||||
("in" if extra >= 0 else "de"), ("s" if extra != 1 else ""))
|
("in" if extra >= 0 else "de"), ("s" if extra != 1 else "")))
|
||||||
|
|
||||||
|
|
||||||
@cmd("fstop",admin_only=True)
|
@cmd("fstop",admin_only=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user