i had a request to add a auth check if the nick is auth via nickserv and is validated in eggdrop users file
in this code im not sure how to integrate this in a 307 numeric raw check if the nick is identified as on some network like dalnet where we plan to use this users dont have a static IP but rather their IP keeps changing so we cant use the internal auth in eggdrop as that usually uses nick!ident@host
So, 2 solutions:
1. leave dalnet for a real network (joking, the only real network is french and named zeolia)
2. you have to do a /whois $nick and catch the server response to get the good "is registered" raw. Means to remember nicks in a variable to check if a raw bind matches the nick you're checking