| Autore: Dark_Sun | Data: 2005-08-16 |
| Modificato:
Documento non modificato
|
Letture: 494 |
|
Permette di editare il proprio Version senza l'ausilio di Dll
on *:start:window -h @version | .debug -i @version vc | .ignore -tw * alias vc { tokenize 32 $1 if ($3- = PRIVMSG $me :(VERSION)) ctcpreply $remove($gettok($2,1,33),:) VERSION Il my LaMah ScriPt if ($3 = PRIVMSG) && ($regex($5-,(.*))) .signal ctcp $remove($gettok($2,1,33),:) $gettok($gettok($2,2,33),1,32) $remove($1,:) $2 $regml(1) return $null } on *:signal:ctcp:{ var %nick = $1,%address = $2,%fulladdress = $3,%target = $4,%ctcp = $5,%par = $6- if (%ctcp = PING) .ctcpreply %nick PING %par if (%ctcp = FINGER) .ctcpreply %nick PING %par ;Ecc ... }
|