mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Joined: Jan 2008
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Jan 2008
Posts: 11
Yep, helps more than I could ever have asked for. Thanks again! smile

Joined: Jan 2008
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Jan 2008
Posts: 11
Originally Posted By: DJ_Sol
Code:
on *:text:.seen &:#:{
if (%seen. [ $+ [ $nick ] ]) { return }

msg $chan $2 was last seen $read(text.txt)

set -u5 %seen. [ $+ [ $nick ] ] $true
}


I included flood protection which I think is mandatory for any text response.

Is there away I can use that flood protection for other than my seen script? shocked I don't understand all the variables and triggers and such, unfortunately.

Example
Code:
On *:text:!random:#: {
  msg $chan $read(random.txt)
}

How could I put a flood protection on that? (Sorry, you guys got me hooked on these scripts now!)

EDIT: ... and I am really sorry about the doubble post. -_-!

Last edited by Micahnameistaken; 15/01/08 07:35 PM.
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156

Joined: Jan 2008
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Jan 2008
Posts: 11
Thanks again. wink *Stops bothering you now*

Page 2 of 2 1 2

Link Copied to Clipboard