mIRC Home    About    Download    Register    News    Help

Print Thread
#210079 04/03/09 05:03 AM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
; raws & arreglar
; .:: TheScriptFoundation ::.

raw 604:*: {
if $1 iswm %lisc { .echo -a 0,4 !!!!!!!!!!!!!!!!!!!!!!!!!!! }
}

alias config {
set %listo $$?="nick" | set %lisc $addtok(%lisc,%listo,46)
}

i want send a msg when somebody of my notify list are on , any help? thnx



TheWarlock #210081 04/03/09 06:49 AM
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Have you tried the $notify() identifier?

Tomao #210082 04/03/09 07:02 AM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
doesnt work

TheWarlock #210083 04/03/09 07:20 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on ^1:notify: {
 haltdef
 echo -a $nick is online
 .msg $nick hi there! nice to see you again.
}


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #210099 04/03/09 06:25 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
thnx


Link Copied to Clipboard