mIRC Home    About    Download    Register    News    Help

Print Thread
#90553 15/07/04 12:11 PM
Joined: Jul 2004
Posts: 40
D
dmmrs Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jul 2004
Posts: 40
ok, im pretty comfortable with scripting basics, but now i want to be able to run a command when certain text comes up in my status window.

for example:

-NickServ- nick, type /msg NickServ IDENTIFY password

and when this comes up in my status window i wanna do:

/msg nickserv identify xxxxxxxx

how would i go about that? using the ON TEXT remote?


i script, therefore i am smirk
theres logic in there somewhere...
#90554 15/07/04 12:15 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Usually you find that a message from Nickserv, is but not always a NOTICE.. as with this case from the look..

On *:Notice:*NickServ IDENTIFY*:?:{
if ($nick == Nickserv) { identify yourpass }
}

Also, although NickServ requests you to use /msg Nickserv, if the network supports it, just use /identify.

Eamonn.

#90555 15/07/04 12:17 PM
Joined: Jul 2004
Posts: 40
D
dmmrs Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jul 2004
Posts: 40
thankyou very much.

it works fine, and yo are a gentleman and a scholar too. smile


i script, therefore i am smirk
theres logic in there somewhere...
#90556 15/07/04 12:17 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Your welcome :tongue:

Eamonn.

#90557 15/08/04 03:19 AM
Joined: Aug 2004
Posts: 3
A
Self-satisified door
Offline
Self-satisified door
A
Joined: Aug 2004
Posts: 3
Hello, if youre using that way, i meam { identify pass }

user simple cam crack that pass easily..

how to make when services notice to identify nickname than
the script is auto popup "input box" for user to add their nickname password.


[HêävêñÐrägon]

Link Copied to Clipboard