You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the only place the realname of a newly joined user might be fetched is in the periodic WHO requests Sopel sends, which are currently skipped if the server supports away-notify:
As far as I can tell, the only place the realname of a newly joined user might be fetched is in the periodic WHO requests Sopel sends, which are currently skipped if the server supports
away-notify
:sopel/sopel/coretasks.py
Lines 806 to 808 in 9965cce
My half-baked ideas for this (not a ton of free time to think/research today) are:
_send_who()
for channels periodicallyWHO
the exact nick after a user JOINs a channel and hasn't been seen beforeI will edit the list if I come up with more ideas when actually working on this.
Follow-up to: #2383
The text was updated successfully, but these errors were encountered: