Adding a . to the end of the join message.

Requested by nyuszika7h in #wolfgame-dev.
This commit is contained in:
Robert Wall 2013-07-06 02:20:54 -07:00
parent 6f3d7a54ca
commit c6faab1a03

View File

@ -411,7 +411,7 @@ def join(cli, nick, chann_, rest):
cli.mode(chan, "+v", nick)
var.ROLES["person"].append(nick)
cli.msg(chan, '\u0002{0}\u0002 has joined the game and raised the number of players to \u0002{1}\u0002'.format(nick, len(pl) + 1))
cli.msg(chan, '\u0002{0}\u0002 has joined the game and raised the number of players to \u0002{1}\u0002.'.format(nick, len(pl) + 1))
var.LAST_STATS = None # reset