Hi all somhing Helpme ozzy for code ...
wen user seid in chat room name saithan script send a notice alarm in task of bar,
i have one code bad not work, please givme the same code.
on *:text:*:#:{
if ($me isincs $strip($1-)) {
var %t = $+(High,$nick,$ticks)
tip_create %t Notice Alert in $chan $chr(9) $+($nick,$chr(59)) $strip($1-) $chr(9) .
tip_conf %t font Tahoma 10
tip_conf %t delay 3
tip %t $iif($window(@Tip *,1),above -,10000 10000)
}
}