Another fix for CmdPage
This commit is contained in:
parent
00757677b7
commit
006681f9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1385,7 +1385,7 @@ class CmdPage(COMMAND_DEFAULT_CLASS):
|
||||||
if not targets:
|
if not targets:
|
||||||
# no target given - send to last person we paged
|
# no target given - send to last person we paged
|
||||||
if pages_we_sent:
|
if pages_we_sent:
|
||||||
targets = pages_we_sent[-1].receivers
|
targets = pages_we_sent[0].receivers
|
||||||
else:
|
else:
|
||||||
self.msg("Who do you want page?")
|
self.msg("Who do you want page?")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue