i am using unreal 3.2.5 and anope 1.7.14
i want to restrict nick changes in my server because i am flooded.
how can i do it for all users or non-resgistered nicks to use /nick newnick command?
restrict nick changes
forget it. i am under attacking bots. i tested. the bots don't answer any ctcp command.
they only answer the version command. and they answer the command like this
[22:08] [ehuehuahuhuehuhuehuOk VERSION reply]
a normal user answer like this:
[22:10] [Cihan VERSION reply]: mIRC v6.17 Khaled Mardam-Bey
i want to kill the bots answering like [ehuehuahuhuehuhuehuOk VERSION reply]
how can i kill them.
what the code i must add the unrealircd.conf ban version block mask ???
i can't find. please help!
or we can do the something about not answering the any ctcp but the version.
they only answer the version command. and they answer the command like this
[22:08] [ehuehuahuhuehuhuehuOk VERSION reply]
a normal user answer like this:
[22:10] [Cihan VERSION reply]: mIRC v6.17 Khaled Mardam-Bey
i want to kill the bots answering like [ehuehuahuhuehuhuehuOk VERSION reply]
how can i kill them.
what the code i must add the unrealircd.conf ban version block mask ???
i can't find. please help!
or we can do the something about not answering the any ctcp but the version.
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
You can limit how many times someone changes their nick in a certain amount of time, such as once per 60 seconds or such.
You won't be able to ban versions that are blank or don't reply. (There are many topics on this, use the forum search to find them)set::anti-flood::nick-flood <count>:<period>
Nickflood protection: limits nickchanges to 'count' per 'period' seconds. For example nick-flood 4:90 means 4 per 90 seconds, the default is 3 per 60.