mode +j 3:5 doesn't seem to work

These are old archives. They are kept for historic purposes only.
Post Reply
hery
Posts: 3
Joined: Fri Feb 25, 2011 8:57 am

mode +j 3:5 doesn't seem to work

Post by hery »

Hello,

In my unrealircd 3.2.8.1 server
When chanop make /mode #thechan +j 3:5
People can still join flood

I checked /mode #thecan and it reports

Code: Select all

(05:15:11) mode for #thecan: +ntrj 3:5
But this happened without the user being banned

Code: Select all

(05:14:35) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:36) mpigafy_test a quitté le salon
(05:14:37) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:38) mpigafy_test a quitté le salon
(05:14:38) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:39) mpigafy_test a quitté le salon
(05:14:40) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:40) mpigafy_test a quitté le salon
(05:14:41) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:42) mpigafy_test a quitté le salon
(05:14:42) mpigafy_test [~webchat@xxxxx] a rejoint le salon.
(05:14:43) mpigafy_test a quitté le salon
Can you explain and help where I missed things?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: mode +j 3:5 doesn't seem to work

Post by katsklaw »

your 4th user is joining right at the 5th second and the drain rate may be allowing it. try +j 2:5 or join them faster. You are joining 1 second and quiting the 2nd second, clone 2 joins on the 3rd second ... etc. So by the time the 4th clone joins it's likely at the end of the 5th second. Computers count in milliseconds, not whole seconds.
Post Reply