mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
bwuser #232127 20/05/11 01:59 PM
Joined: May 2011
Posts: 3
I
Self-satisified door
Offline
Self-satisified door
I
Joined: May 2011
Posts: 3
Not sure exactly what your looking for but this script works Great! Hope it is of some help/use,Good luck. (=



on *:Connect: {
/msg NickServ IDENTIFY <yourpassword>
}

on *:Text:!identify:#: {
/msg NickServ IDENTIFY <yourpassword>
}

IB81 #232133 20/05/11 03:02 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
In general, sending an identify command right when you connect is not a good idea. It may get send before the server is ready to receive it. If you want it in that event, then sending it from a timer after X seconds would be better. But a better option is to use the message from the server asking you to identify and when you receive that message, THEN send the identify information.

Also, it may not be a good idea to allow everyone to use an !identify command. On some networks, it's possible to change your nick to the services nick when services are down. Someone could change their nick, type that command, and then know your password.


Invision Support
#Invision on irc.irchighway.net
IB81 #232134 20/05/11 04:43 PM
Joined: Dec 2002
Posts: 344
D
Pan-dimensional mouse
Offline
Pan-dimensional mouse
D
Joined: Dec 2002
Posts: 344
Originally Posted By: IB81
Not sure exactly what your looking for but this script works Great! Hope it is of some help/use,Good luck. (=


This thread is not about identifying to services. It's about Ident.

Page 2 of 2 1 2

Link Copied to Clipboard