Hello all. I'm running my psybnc using multi networking.
I need to have my psybnc do 3 things:
1. set /mode myNick +h
2. /msg ds~NickServ IDENTIFY myPass
3. /msg aa~NickServ IDENTIFY myPass
This way, if my psybnc disconnects, or gets disconnected from any of the servers, it will reauth on the ones it has to so my nick wont be changed to Guest4598976 and also set that user mode +h.
How can I do this?
The whois for the two NickServ bots are:
/whois list for: ds~NickServ
Address: services@private-ircd.com «« Internic Commercial »»
Name: Nickname Server
Status: ds~NickServ is a Network Service
End of /whois list for: ds~NickServ
and
/whois list for: aa~NickServ
Address: Services@After-All.org «« Internic Non-Profit Organization »»
Name: Nickname Server
Server: irc.After-All.org, After-All IRC Network
aa~NickServ is a Services Client
End of /whois list for: aa~NickServ
The MSG's they send are:
[3:29pm] -ds~NickServ- This nickname is registered and protected. If it is your
[3:29pm] -ds~NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
[3:29pm] -ds~NickServ- please choose a different nick.
and
[3:30pm] -aa~NickServ- This nickname is registered and protected. If it is your
[3:30pm] -aa~NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
[3:30pm] -aa~NickServ- please choose a different nick.
[3:30pm] -aa~NickServ- If you do not change within one minute, I will change your nick.
------------------------
If you need anymore info to make this happen, just let me know. Please help!!! Thank you.