Page 1 of 1

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

Posted: Thu Mar 03, 2011 4:40 am
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?

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

Posted: Thu Mar 03, 2011 5:27 pm
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.