mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 30
D
DbzDP Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Sep 2003
Posts: 30
You just need to copy this onto your remotes.

on *:JOIN:#: if ((!%record. [ $+ [ $chan ] ]) || (%record. [ $+ [ $chan ] ] < $nick($chan,0))) set %record. [ $+ [ $chan ] ] $nick($chan,0)
on *:PART:#: if ((!%record. [ $+ [ $chan ] ]) || (%record. [ $+ [ $chan ] ] < $nick($chan,0))) set %record. [ $+ [ $chan ] ] $nick($chan,0)
on *:TEXT:!Record:#: if (%record. [ $+ [ $chan ] ]) msg $chan 4The channel record is:[12 $+ $ifmatch Users4] | else msg $chan 12No channel record set 4] } }

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
and your question is what exactly?

Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
No question, just sharing a scriplet... although i see absolutely no possible need or use for the on PART event.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
This forum is for asking questions dude. It is not for sharing lines of code unless it is an answer to someone's question. Had you browsed the forum before posting, you would have known that frown


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
maybe they should add a forum for sharing scripts(moderate flooders/harmful code), people seem to post code more often now :tongue:


new username: tidy_trax
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

maybe they should add a forum for sharing scripts(moderate flooders/harmful code), people seem to post code more often now

Aye, the dude with the 5 line away system "script".

To original poster:
Why not post your little scriptlet onto mircscripts.org.

Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Bad idea. Who is going to proofread all those scripts? There are several dedicated script depositos online already - they can use those.



DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: Sep 2003
Posts: 30
D
DbzDP Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Sep 2003
Posts: 30
I could ask a question how do you add to the code;

The username of the lrecord and the date and time it was on?


Link Copied to Clipboard