mIRC Home    About    Download    Register    News    Help

Print Thread
D
DbzDP
DbzDP
D
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,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
and your question is what exactly?

O
Om3n
Om3n
O
No question, just sharing a scriplet... although i see absolutely no possible need or use for the on PART event.

Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
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

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

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
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,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Bad idea. Who is going to proofread all those scripts? There are several dedicated script depositos online already - they can use those.


D
DbzDP
DbzDP
D
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