mIRC Home    About    Download    Register    News    Help

Print Thread
#105418 15/12/04 06:45 PM
Joined: Mar 2003
Posts: 28
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2003
Posts: 28
Hey!

I need mirc on a chatspace server and i would like to log the server notices.

On notice don't work... i have try this

Code:
on *:Notice:*:*:/echo -a $1-

and

on 1:notice:*:*:/echo -a $1-

and

raw Notice:*:/echo -a $1-
 


User notices would log, server notices would not log...

What did i wrong? Hope you can help me!

Thank You wink

#105419 15/12/04 06:51 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
/help on Snotice

#105420 16/12/04 06:34 AM
Joined: Dec 2004
Posts: 23
E
Ameglian cow
Offline
Ameglian cow
E
Joined: Dec 2004
Posts: 23
use ^*:notice:*:*:{

#105421 16/12/04 06:58 AM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
ON NOTICE does not catch notices that originate from the server you are currently connected to, as suggested by CtrlAltDel there is an ON SNOTICE specifically for that purpose.

Eamonn.

#105422 16/12/04 08:18 PM
Joined: Mar 2003
Posts: 28
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2003
Posts: 28
thank you all, it works!


Link Copied to Clipboard