mIRC Homepage
Posted By: Screaming_Toad Logging On IRC - 28/06/07 07:38 PM
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...
Posted By: Mentality Re: Logging On IRC - 28/06/07 09:45 PM
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,
Posted By: Screaming_Toad Re: Logging On IRC - 29/06/07 05:04 PM
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 ?
Posted By: RoCk Re: Logging On IRC - 29/06/07 05:23 PM
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.
Posted By: Screaming_Toad Re: Logging On IRC - 29/06/07 07:45 PM
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...
Posted By: Screaming_Toad Re: Logging On IRC - 30/06/07 03:55 PM
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
© mIRC Discussion Forums