mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2003
Posts: 7
L
lalaman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Dec 2003
Posts: 7
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

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
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
}

Joined: Dec 2003
Posts: 7
L
lalaman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Dec 2003
Posts: 7
where do that go????

Joined: Dec 2003
Posts: 7
L
lalaman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Dec 2003
Posts: 7
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.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
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


Link Copied to Clipboard