|
|
| Author |
Message |
pstruh none

Joined: 24 Feb 2005 Posts: 29
|
Posted: Mar 07, 2005 5:47pm Post subject: Anti-Flood features |
|
|
Can I ask?
Its possible tu use settime for this command ?
/mode #chan +f [5t#b]:6
In UnrealIRCD doc a have read that /mode #chan +f [5t#b10]:6 isnt working
I like to set up a ban to user for 10 minutes, text flood protection .
Its possible ?
I am running on UnrealIRCD 3.2.2b + Anope 1.7.8
thanks |
|
| Back to top |
|
 |
Dr-Voodo Eleet

Joined: 07 Nov 2003 Posts: 535 Location: IRC
|
Posted: Mar 08, 2005 1:46am Post subject: |
|
|
| Just make a simple IRC script then, like in mIRC scripting. |
|
| Back to top |
|
 |
Apostle none

Joined: 18 Jan 2004 Posts: 28
|
Posted: Mar 08, 2005 8:45am Post subject: |
|
|
| Dr-Voodo wrote: | | Just make a simple IRC script then, like in mIRC scripting. |
If he has all these basic questions about UnrealIRCd then i doubt he could make a script for flood protection |
|
| Back to top |
|
 |
Cobi Lurker

Joined: 30 Dec 2003 Posts: 121 Location: IRC
|
Posted: Mar 08, 2005 5:37pm Post subject: |
|
|
| unreal doesnt support a ban unset time |
|
| Back to top |
|
 |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 855 Location: Texas
|
Posted: Mar 09, 2005 10:16am Post subject: |
|
|
| Apostle wrote: | | Dr-Voodo wrote: | | Just make a simple IRC script then, like in mIRC scripting. |
If he has all these basic questions about UnrealIRCd then i doubt he could make a script for flood protection |
How did this person actually manage to set up an UnrealIRCD server? I think I lost intelligence just reading this thread. |
|
| Back to top |
|
 |
nenolod Idler

Joined: 23 Jan 2004 Posts: 334 Location: A box!
|
Posted: Mar 09, 2005 10:43am Post subject: |
|
|
| SATAN-HHH wrote: | | Apostle wrote: | | Dr-Voodo wrote: | | Just make a simple IRC script then, like in mIRC scripting. |
If he has all these basic questions about UnrealIRCd then i doubt he could make a script for flood protection |
How did this person actually manage to set up an UnrealIRCD server? I think I lost intelligence just reading this thread. |
Unreal is actually the easiest IRCd to set up, so this sort of thing is actually quite common, sadly. I estimate that if they would add a die line to the example.conf, their support channel would be over 100 users 24/7, asking why their IRCd wouldn't start. |
|
| Back to top |
|
 |
dotslasher Newbie

Joined: 03 Apr 2004 Posts: 81 Location: Belgium
|
Posted: Apr 21, 2005 5:58am Post subject: |
|
|
Timed Bans module for UnrealIRCD:
http://www.codemastr.com/?page=custom#timedbans
The TimedBans module creates a new extended bantype, ~t. This allows users to place bans that will be automatically removed by the server after a given number of minutes have passed.
Requires: 3.2.2 (or higher)
Price: $20 USD
please note: this is a PAID module. |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Apr 21, 2005 6:24am Post subject: |
|
|
| dotslasher wrote: | Timed Bans module for UnrealIRCD:
http://www.codemastr.com/?page=custom#timedbans
The TimedBans module creates a new extended bantype, ~t. This allows users to place bans that will be automatically removed by the server after a given number of minutes have passed.
Requires: 3.2.2 (or higher)
Price: $20 USD
please note: this is a PAID module. |
remind me to code a free version... |
|
| Back to top |
|
 |
dotslasher Newbie

Joined: 03 Apr 2004 Posts: 81 Location: Belgium
|
Posted: Apr 21, 2005 4:16pm Post subject: |
|
|
/me sticks a note on braindigitalis's forehead: "code a free version"  |
|
| Back to top |
|
 |
angelic Lurker

Joined: 01 Aug 2003 Posts: 148
|
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Apr 27, 2005 8:26am Post subject: |
|
|
| dotslasher wrote: | /me sticks a note on braindigitalis's forehead: "code a free version"  |
/me pulls the post-it note OFF his head.
Coded free version.
http://www.inspircd.org/wiki/Timed_Channel_Bans |
|
| Back to top |
|
 |
Roku Newbie

Joined: 18 Apr 2005 Posts: 92
|
Posted: Apr 27, 2005 8:38am Post subject: |
|
|
| Quote: |
If he has all these basic questions about UnrealIRCd then i doubt he could make a script for flood protection
|
The ability to script has absolutely nothing to do with one's ability to set up an IRCd.
As for the timed ban problem: I can't vouch for other clients but mIRC has timed bans:
| Code: |
/ban -u<time in seconds> nick!user@host
|
Hope that helps. |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Apr 27, 2005 8:51am Post subject: |
|
|
| Roku wrote: | | Quote: |
If he has all these basic questions about UnrealIRCd then i doubt he could make a script for flood protection
|
The ability to script has absolutely nothing to do with one's ability to set up an IRCd.
As for the timed ban problem: I can't vouch for other clients but mIRC has timed bans:
| Code: |
/ban -u<time in seconds> nick!user@host
|
Hope that helps. |
That does work roku but only if:
(A) Youre using mirc (quite likely)
(B) Youre online at the expiry time  |
|
| Back to top |
|
 |
|