mIRC Home    About    Download    Register    News    Help

Print Thread
#22561 05/05/03 06:16 PM
Joined: May 2003
Posts: 4
G
Self-satisified door
OP Offline
Self-satisified door
G
Joined: May 2003
Posts: 4
How can i insert a script that will monitor when my current nick is mentioned in any channel and then popup the text in a seperate window?

Thanks,

-gw

#22562 05/05/03 06:26 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on 1:TEXT:$(* $+ $me $+ *):#:{
/window @mentioned
/echo -ti2 @mentioned $+([,$chan,]) $+(<,$nick,>) $replace($1-, $me, $+(,$me,))
}

menu @mentioned {
Close Window: /window -c @mentioned
}


-KingTomato
#22563 05/05/03 08:39 PM
Joined: May 2003
Posts: 4
G
Self-satisified door
OP Offline
Self-satisified door
G
Joined: May 2003
Posts: 4
sorry, and i should be able to just drop that anywhere in the remote tab right?

thanks again,

-gw


Link Copied to Clipboard