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
There is currently an arbitrary 10s delay after identify'ing with nickserv where auth is expected to complete. Sometimes, auth with nickserv takes longer than 10s and the /join may occur before the bot's vhost has been applied by nickserv.
Blocking /join until nickserv auth has completed (when it is enabled) would avoid this issue.
Obviously, this is only relevant when not doing SASL auth.
There is currently an arbitrary 10s delay after identify'ing with nickserv where auth is expected to complete. Sometimes, auth with nickserv takes longer than 10s and the /join may occur before the bot's vhost has been applied by nickserv.
Blocking /join until nickserv auth has completed (when it is enabled) would avoid this issue.
Obviously, this is only relevant when not doing SASL auth.
See #179 for related discussion.
The text was updated successfully, but these errors were encountered: