mIRC Home    About    Download    Register    News    Help

Print Thread
#138439 31/12/05 01:25 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
oke the ides is simpel i got a script that does some replies on some some texts

but there are a few ppl that spam it sometimes

atm i now use a simpel system that wont do a replay if the chat was from the same adress 4 times

but now ppl know that they can spam whit 2 ppl since my script only stored the adress of the last person that activated my script

now i know there are 1337 script that store those things for each adress seperated and then even count bakc while a adress hasnt done osme for some time

hmm kinda hard to explain i hope soem1 can understant it shocked

anyway does any got some idea on how to sotre it for dress seperated and to make it amount of activation go away after an X amount of time

#138440 31/12/05 01:55 PM
Joined: Apr 2004
Posts: 755
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 755
Since you didnt give me much to work with i just assumed :tongue:
Theres many ways to do this. This method only allows people to call the bot once every 10 seconds if they use it more often they get a notice saying they cant.
Code:
ON *:TEXT:*:#: { 
if (!$hget(mycoolbot,$address)) { 
   the commands
 }
 else notice $nick you can only access me once every 10 seconds
hadd -mu10 mycoolbot $address naughty boy
}

#138441 01/01/06 04:19 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
thanks this is kida wut i was hoping for

i didnt givem uch becase my scriot is huge it wouldm ake it to confusing if posted it on here

#138442 03/01/06 06:05 AM
Joined: Jun 2005
Posts: 127
H
Vogon poet
Offline
Vogon poet
H
Joined: Jun 2005
Posts: 127
People might understand you better if you proof read your posts before clicking "Post". I had to read your tOtAlLy L33t writing about 3 times to understand what you were trying to say.

#138443 03/01/06 06:07 AM
Joined: Feb 2004
Posts: 206
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Feb 2004
Posts: 206
Dang, and there I was thinking he had found 1337 scripts!

#138444 03/01/06 06:14 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
finding 1337 IRC scripts on the internet would not be hard...probably got that many on this site alone (including versions that sort of work)

#138445 03/01/06 06:23 AM
N
NeUtRoN_StaR
NeUtRoN_StaR
N
fj33r t3h |33tn3$$

i felt left out frown


Link Copied to Clipboard