missing period at end of sentence
This commit is contained in:
parent
c87ace5a8e
commit
cc3edf0997
@ -1317,7 +1317,7 @@ def del_player(cli, nick, forced_death = False, devoice = True, end_game = True,
|
|||||||
message = ("Saddened by the loss of their lover, \u0002{0}\u0002, " +
|
message = ("Saddened by the loss of their lover, \u0002{0}\u0002, " +
|
||||||
"a{1} \u0002{2}\u0002, commits suicide.").format(other, an, role)
|
"a{1} \u0002{2}\u0002, commits suicide.").format(other, an, role)
|
||||||
else:
|
else:
|
||||||
message = "Saddened by the loss of their lover, \u0002{0}\u0002 commits suicide".format(other)
|
message = "Saddened by the loss of their lover, \u0002{0}\u0002 commits suicide.".format(other)
|
||||||
cli.msg(botconfig.CHANNEL, message)
|
cli.msg(botconfig.CHANNEL, message)
|
||||||
var.LOGGER.logMessage(message.replace("\02", ""))
|
var.LOGGER.logMessage(message.replace("\02", ""))
|
||||||
var.LOGGER.logBare(other, "DEAD LOVER")
|
var.LOGGER.logBare(other, "DEAD LOVER")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user