Re: log'u gunlere ayırma..
on *:input:*:{ if $active != Status Window && $active != # && !$regex($active,$chr(64)) { write $mircdir/log/ $+ $replace($date,$chr(47),.) $+ / $+ $+($active,.txt) $me $1- } } bu şekilde verdiğim kodu on *:input:*:{ if $active != Status Window && !$regex($active,$chr(64)) { write $mircdir/log/ $+ $replace($date,$chr(47),.) $+ / $+ $+($active,.txt) $me $1- } } değiştirmelisin. |