mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Fix mismatching WHO id if no WHO replies
This commit is contained in:
parent
1f03985178
commit
754d38b50e
@ -234,6 +234,7 @@ sub send_who {
|
||||
if (not exists $who_cache{$id}) {
|
||||
$who_cache{$id} = $channel;
|
||||
$who_queue{$id} = $channel;
|
||||
$last_who_id = $id;
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user