mIRC Home    About    Download    Register    News    Help

Print Thread
#86002 09/06/04 12:46 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on ^69:open:*:{
if ($window(@memos).state == $null) { .window @memos -1 -1 450 200 arial 415 } { if ($nick == memo) || ($nick == memo) { echo @memos 04 $1- | halt } }
}

on ^69:notice:*:{
if ($window(@memos).state == $null) { .window @memos -1 -1 450 200 arial 415 } { if ($nick == memo) || ($nick == memo) { echo @memos 04 $1- | halt } }
}

i want know how detect the new nemos when i have a message .thnx

help granted



mess with the best
#86003 09/06/04 01:01 AM
Joined: Mar 2004
Posts: 108
X
Vogon poet
Offline
Vogon poet
X
Joined: Mar 2004
Posts: 108
Sorry I'm lost here.. you want to detect new memos? Asin new messages to channel, notices or new messages via memoserv or simular "service"?


sometimes these are as bad as quit messages :tongue:
#86004 09/06/04 01:10 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
msg send to a VerDuGo.
you have a new msg .type /msg MeMO READ 2 to read it

i want automatic ,shows all the memos

thnx


mess with the best
#86005 09/06/04 03:24 AM
Joined: Mar 2004
Posts: 108
X
Vogon poet
Offline
Vogon poet
X
Joined: Mar 2004
Posts: 108
on *:connect:{
if ($network == NETWORKTHATISON) {
timermessage 1 10 msg memo read new
}
}
but since I dont know the "bot"/"service" im only assuming that will work. try /msg memo help to see avail commands, if new isnt one of them youll have to modify a little.

note: make sure you have the correct network may want to double check with: //echo -a $network

-cheers


sometimes these are as bad as quit messages :tongue:

Link Copied to Clipboard