fix prior (hence the 'sort of')
This commit is contained in:
parent
80d494bf86
commit
0f4e7a91a1
@ -1053,7 +1053,7 @@ def on_join(cli, raw_nick, chan, acc="*", rname=""):
|
||||
del var.DISCONNECTED[nick]
|
||||
var.LAST_SAID_TIME[nick] = datetime.now()
|
||||
cli.msg(chan, "\02{0}\02 has returned to the village.".format(nick))
|
||||
make_stasis(nick, var.PART_STASIS_PENALTY)
|
||||
make_stasis(nick, -var.PART_STASIS_PENALTY)
|
||||
for r,rlist in var.ORIGINAL_ROLES.items():
|
||||
if "(dced)"+nick in rlist:
|
||||
rlist.remove("(dced)"+nick)
|
||||
|
Loading…
Reference in New Issue
Block a user