This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Random change Botnick on Pvt/notice/ctcps from floodbots

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
t
toto
Voice
Posts: 3
Joined: Tue Jun 26, 2007 7:25 pm

Random change Botnick on Pvt/notice/ctcps from floodbots

Post by toto »

TCL needed to make the bot change his nicks to specific nicks on
( Pvt and notice and ctcp flood to the bot. (not to the chan) and ignores all pvt/notices/ctcps floods for 60secs. then regain his nick. if possible.
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

This is rather pointless, if this is to stop the bot getting flooded, with all the nick changes etc on flood it will probably flood itself out.

If you tell use what its to be used for, then we can help you better.
r0t3n @ #r0t3n @ Quakenet
t
toto
Voice
Posts: 3
Joined: Tue Jun 26, 2007 7:25 pm

Post by toto »

It's mostly to get floodbots gets access flood or lagged if they try to flood the eggdropnick
the eggdrop changes nick and it ignores all kind of pvt msg/notice/ctcp floods.

If not that above tcl then pls a small tcl to ignore all *!*@*.* On any pvt msg/notices/ctcps sent to the eggdrop

on 2 ctcps or on 2 msg or on 2 notices within 5secs to the eggdrop (not channel) will ignore all kinds of pvts thingies for 60secs..thank you
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Via the bot Command Console:

Code: Select all

.help ignores
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

Hi all

using .+ignore command isnt recommended for stopping private flood from floobots, since it s gonna make the bot ignore also their flood in the channel. I think the silence command is better, since it s gonna make the server not send any information from the nick/host being silenced. It stops everthing private (msgs, notices, ctcps) but nothing public. So the bot can still see their flood in the channel and be able to react to stop that flood.

So in case of private flood by floodbots, u can use silence +*!*@* in ur script, or use in the partyline .dump silence +*!*@*

To remove the silence u use silence -*!*@*
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

On some of the bloated networks there's apparently a "shun" command that can be used.

Users would have to investigate this on networks that use it.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

you can use the internal flood settings of eggdrop like flood-ctcp etc.
r0t3n @ #r0t3n @ Quakenet
User avatar
sKy
Op
Posts: 194
Joined: Thu Apr 14, 2005 5:58 pm
Location: Germany

Post by sKy »

Them are not effective against very big floods. Silence ignore (irc server sided ignore, not just client side) is good. I don`t know any public silence ignore scripts and mine is is kinda bloated and works just for me.
socketapi | Code less, create more.
Post Reply