Make fjoin message for fake nicks consistent with others
This commit is contained in:
parent
dc156da64c
commit
92a8c5bd60
@ -563,7 +563,7 @@ def fjoin(cli, nick, chann_, rest):
|
||||
else:
|
||||
cli.notice(nick, "No, that won't be allowed.")
|
||||
if fake:
|
||||
cli.msg(chan, "{0} used fjoin and raised the number of players to \u0002{1}\u0002".format(nick, len(var.list_players())))
|
||||
cli.msg(chan, "\u0002{0}\u0002 used fjoin and raised the number of players to \u0002{1}\u0002.".format(nick, len(var.list_players())))
|
||||
|
||||
@cmd("fleave", "fquit", admin_only=True)
|
||||
def fleave(cli, nick, chann_, rest):
|
||||
|
Loading…
Reference in New Issue
Block a user