fix fquit "not_playing" message
This commit is contained in:
parent
cd44f2384f
commit
be4421dd59
@ -1378,7 +1378,7 @@ def fleave(cli, nick, chan, rest):
|
||||
reply(cli, nick, chan, messages["admin_fleave_deadchat"].format(a), private=True)
|
||||
|
||||
else:
|
||||
cli.msg(chan, nick+messages["not_playing"])
|
||||
cli.msg(chan, messages["not_playing"].format(a))
|
||||
return
|
||||
|
||||
@cmd("fstart", admin_only=True, phases=("join",))
|
||||
|
Loading…
x
Reference in New Issue
Block a user