mIRC Home    About    Download    Register    News    Help

Print Thread
#179849 28/06/07 07:38 PM
Joined: Jun 2007
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jun 2007
Posts: 5
Hi
is it possible to under the Perform on startup, to tell IRC to log chats and channel activity? I know I can check the flag for logging and then choose both, but is there I was it can be activated everytime IRC starts,? Perhaps in the mirc.ini file?
any held would be greatfull...

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
If you set logging to 'Both' in ALT+O > IRC > Logging then it should always log automatically all chats and channels. As far as I'm aware I thought it should do it automatically if you set the flag for individual channels too.

If it's not saving, perhaps your mirc.ini is set to Read Only?

Regards,


Mentality/Chris
Joined: Jun 2007
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jun 2007
Posts: 5
Hi thanks for the reply.

I know about that one and it does work. But it gets switched off somtimes when other people chat. I want to set somthign up under "Perform on connect" to enable the logging. ?
Any suggestions ?

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Well if you want to make sure that you're always logging all channels, all chat windows and all query windows you could use this...

Code:
on *:OPEN:=: {
  .log on $nick
}
on *:OPEN:?:*: {
  .log on $nick
}
on *:JOIN:#: {
  if ($nick == $me) .log on #
}


~ Edit ~

Paste that code into your script editor (alt+r) under the Remote tab.

RoCk #179887 29/06/07 07:45 PM
Joined: Jun 2007
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jun 2007
Posts: 5
Am man that is the best, thanks ...

it logs the channel but nor private chats ? and will it log the chates under the persons name ? or one big file ? messing around now to try and figuere it out... thanks again...

RoCk #179940 30/06/07 03:55 PM
Joined: Jun 2007
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jun 2007
Posts: 5
Thanks played with it and it works perfectly ... one last request... it recorde private chats if somone else starts them , what code do I add if I want it so record chats that I innitiate ?
thanks again, this is really working well


Link Copied to Clipboard