mIRC Home    About    Download    Register    News    Help

Print Thread
#165916 03/12/06 06:47 AM
D
DjJax
DjJax
D
on ^69:open:?: {
.echo -a 0,4Memo $1- | halt
}

on 69:text:?: {
if "Usted tiene un mensaje nuevo" isin $1- { .echo -a pimpmy }
}

69:MeMO!*-@-, i use this to change the memo style

i want do , when a new message come , the script tellms pimpy

any help

thhnx

#165917 03/12/06 03:18 PM
Joined: Apr 2004
Posts: 217
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Apr 2004
Posts: 217
on *:OPEN:?:*:{
.echo -a (New Memo) < $+ $nick $+ > $1-
.echo -a Pimpy
}

Your second on TEXT event will check the incoming message
to see if any of the messages has "you have a new message".

Usted no necesita "on TEXT" caso porque es va cheque todos mensajes nuevos por "usted tiene un mensaje nuevo".
El "on OPEN" caso disparadores cuándo un mensaje nuevo es recibió así nosotros podemos utilizar el "on OPEN".

Mi hablando de Español no buen.

yo tengo dos años de la clase de español. =(


Link Copied to Clipboard