Noticias:

Conecta vía mIRC en irc.terrachat.cl

Menú Principal

Notify

Iniciado por TerraChat, Ago 26, 2024, 09:33 PM

Tema anterior - Siguiente tema

TerraChat

ON ^1:NOTIFY: {
if (%watch == On) { halt }
if ($nick == ChanServ) { halt }
if ($nick == $me) { halt }
if (%not.address == On) { set %temp.userhost notify | .quote userhost $nick | halt }
else {
if ($notify($nick).note != $null) { .echo 0 %e.nf $timestamp ␃14.␃15:␃10] ³ ␃11N␃10otify:␂␃11 $nick ␂␃14(␃15 $+ $notify($nick).note $+ ␃14)␃10 is on IRC }
else { .echo -a %e.nf $clock $timestamp ␃14.␃15:␃10] ³ N␃10otify:␃9␂ $nick ␃14(␃9 $+ $address $+ ␃14) ␂␃10 is on ␃11IRC } | { .flash $nick }
if ($notify($nick).whois == $true) { .timer 1 3 .w $nick }
if ($notify($nick).sound != $null) { .splay $notify($nick).sound }
}
if (%e.nf == -s) { .timer63 1 2 /echo 0 -s $chr(160) }
halt
}

ON ^1:UNOTIFY: {
if (%watch == On) { halt }
if ($nick == ChanServ) { halt }
if ($nick == NickServ) { .warnecho Services has left the IRC | goto end }
if (%my.oldnick == $nick) { halt }
else { .echo -a %e.nf $clock $timestamp ␃14.␃15:␃10] ³␃11 N␃10otify:␃9␂ $nick ␃14(␃9 $+ $address $+ ␃14) ␂␃10 as left of ␃11IRC }
:end
.timer63 1 2 /space
halt
}