when server make notice like :
-->mesra.kl.my.dal.net:#channel- *** Notice -- Server flood protection activated for #channel
the bot make this ban : mode change '+b *!*@*' by Bot!Bot@host.com
how can i fix that bugs or where i can find it ?
That's not a bug.
Beside that, the eggdrop Foprum had been the right place for that question. Anyway.
If your bot connects to that IRC Net, services request a password from it.
If your bot is a bit lagged to the IRC Services, they will send the request again.
Your Bot recognises that as a msg flood.
ad a new user to your bot with the hosmask the put is ignoring and give that user global +f.
Mostly the problem should be fixed than.
Actualy that *sounds* like a anti-notice thing.. something that bans the users that use channel notices while in the channel or something like this anyway. If you want to get ridd of that thing then:
1. remove the *anti-notice* tcl and get another one if you don't know how to change it to suit your needs;
2. ask the author of the script to make a change to suit your needs.
Adding a check to see if that user who triggers the proc has is a known user to the eggdrop and if he/she has a certain flag like friend (+f) or something like this, then adding the irc *services* as a friend to your eggdrop the problem should be solved in minutes if not less.
Once the game is over, the king and the pawn go back in the same box.
It might help to add DALnet as a "friend" globally.
<Natale> [04:28] #Alchera# whois dalnet
<Natale> HANDLE PASS NOTES FLAGS LAST
<Natale> DALnet no 0 f 07:47 (#Ballarat)
<Natale> HOSTS: *!*@dal.net
That solved all my problems in every bot no matter what script they run or what server they connect to. And, as they are all on a botnet, I use netbots with only sentinel, mainserver & repeat sections enabled.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
well, I don't think that would solve his problem. since the server name is not a nickname or user on the DALnet server, thus it has no /whois reply or a valid host reply (incase of [getchanhost} the script I've suggested considers this problem within its code, so no problems like these exist.
Alchera wrote:It might help to add DALnet as a "friend" globally.
<Natale> [04:28] #Alchera# whois dalnet
<Natale> HANDLE PASS NOTES FLAGS LAST
<Natale> DALnet no 0 f 07:47 (#Ballarat)
<Natale> HOSTS: *!*@dal.net
That solved all my problems in every bot no matter what script they run or what server they connect to. And, as they are all on a botnet, I use netbots with only sentinel, mainserver & repeat sections enabled.
i try that befor but nothing for fix it . now i change NoticBan 2 new version i think that problem
xGame, if you want to test it, try /invite someone #channel. a server notice will appear (example: mesra.kl.my.dal.net : xGame invited someone to #channel) the bot wil not set mode +b *!*@* using the new NoticeBan
Sir_Fz wrote:xGame, if you want to test it, try /invite someone #channel. a server notice will appear (example: mesra.kl.my.dal.net : xGame invited someone to #channel) the bot wil not set mode +b *!*@* using the new NoticeBan