mIRC Homepage
Posted By: lalaman I NEED A AUTO MESSAGER SCRIPT!!! - 15/02/04 09:12 PM
I need a program that allows you to put a auto message in and when ever someone private message you, the auto messager tells the user whatever i said. but then the program then logges it in a txt file so it does'nt fill you're IRC bar.
You know what i'm talking about. There was a program like that long time ago. I can't find it. can some one help me out, thanks.

later
Posted By: Iori Re: I need a auto messager script! - 16/02/04 09:14 PM
Something like this perhaps? And please don't use ALL CAPS
Code:
on ^*:open:?:{
  var %a = $+($logdir,$mklogfn($nick))
  write %a $time $date $nick ( $+ $address $+ ) 
  write %a $1-
  .msg $nick [color:Indianred]Your message goes here[/color]
  halt
}
Posted By: lalaman Re: I need a auto messager script! - 18/02/04 11:14 AM
where do that go????
Posted By: lalaman Re: I need a auto messager script! - 18/02/04 11:43 AM
Well, this is what i did...
i put it in the remote script area and now i don't know where the log in file is? This is if i'm doing it right. Hope you get back to me, thanks.
Posted By: Iori Re: I need a auto messager script! - 18/02/04 07:27 PM
Click the Tools menu, clcik on "Log Files..." and a dialog will appear showing you the files.
or type this //run $logdir and there should be the logs. smile
© mIRC Discussion Forums