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.

Default Ignore Mask

Old posts that have not been replied to for several years.
Locked
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Default Ignore Mask

Post by KevKev »

I'm looking around for how to change the "banmask" used to ignore users who msg flood the bot. I haven't been able to find anything... do i need to write my own msg flud binding to do the ignoring with a more reasonable (in my case) mask or am i blind?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Take a look at a previous thread of mine, which I have posted earlier relating to the same matter. I posted the solution of a script in it as well.

http://forum.egghelp.org/viewtopic.php?t=7750

You can get some info from this, and bind to various flud settings, like pub and join as well. As for the banmask, it will be in the *!*@127.0.0.1 format.

However you can change the banmask type as you like if you know how to split strings like $uhost accordinly with list index (lindex) by using different variations, varities, wildcards and combinations and also maybe by using maskhost with them.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

Bah! that's what i get for searching in the middle of the night :). Thanks for the reply!
Locked