mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2012
Posts: 59
M
Maelish Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Aug 2012
Posts: 59
I was trying to determine how to block an automated greeting if I have already responded within a time frame. So for instance if I have said `good morning` in the last hour, then my greeting script wouldn't respond.

Any good ideas how to do that?

K
keyeslol
keyeslol
K
I would just set a $nick flood for 3600 seconds.

Code:
set -u3600 %floodcounter. $+ $nick On


Link Copied to Clipboard