mIRC Homepage
Posted By: Powerkiting On notice don't work? - 15/12/04 06:45 PM
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
Posted By: CtrlAltDel Re: On notice don't work? - 15/12/04 06:51 PM
/help on Snotice
Posted By: ethorn01 Re: On notice don't work? - 16/12/04 06:34 AM
use ^*:notice:*:*:{
Posted By: Coolkill Re: On notice don't work? - 16/12/04 06:58 AM
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.
Posted By: Powerkiting Re: On notice don't work? - 16/12/04 08:18 PM
thank you all, it works!
© mIRC Discussion Forums