Does anyone know how to convert a simple irc id into tcl so I can add it as a script please.
Connecting with a regged nick on this network you get:
-NickServ- This is a registered nick, please identify to NickServ now.
-
-NickServ- To identify, use /ns id <password>
-
-NickServ- Nick will be changed in 30 seconds if you do not identify.
And the perform I use is:
/msg nickserv identify PASS
The bot needs to do it on connect.
I tried a premade tcl script but that seemed to cause conflicts with my bot and it refused to load until I removed it

Many thanks in advance