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.

ban guestxxx nick

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

ban guestxxx nick

Post by testebr »

Hi,

If one user change your nick in channel to GuestXXX he never will be kicked by chanserv.

How to I can ban theses users?

ps: guest*!*@* is already in my akick list
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

.+ban <hostmask> [channel] [%<XdXhXm>] [comment]
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 »

Alchera wrote:
.+ban <hostmask> [channel] [%<XdXhXm>] [comment]
Wont do the job in case of a nick change, it match the hostmask only on join. Same for guest*!*@*

testebr, search in the archive for Bad Nick script, i personnaly use AllProtection4.6b7, which offers all kind of protections, including bad nick protection. If you decide to try it, you have just to add guest* to the badnick list, it can be done in the partyline.

AllProtection : http://forum.egghelp.org/viewtopic.php?t=9721
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

* L0ck is now known as Guest38240
* Almy sets ban on Guest*!*@*
* Almy has kicked Guest38240 from #eggdrops (Banned: Annoying!)
I suggest someone gets their information correct! :roll:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

eggdrop will check banlist on a nick change
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Re: ban guestxxx nick

Post by DragnLord »

testebr wrote:Hi,

If one user change your nick in channel to GuestXXX he never will be kicked by chanserv.

How to I can ban theses users?

ps: guest*!*@* is already in my akick list
"chanserv" is not eggdrop
I suggest you run a couple eggdrops (preferably each eggdrop connecting to a different IRCd on the network, in case of netsplits) and use them to enforce bans.
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

Hmmmm, that s right, i tested it now and it puts the ban on a nick change. However i tested this months ago and didnt it work. My guess is that the hostmask i tested with was listed with a +f flag in the userfile, or some other kind of exemption. So then, putting a ban on Guest*!*@* will do the job.

Code: Select all

.+ban Guest*!*@*
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

If the "offending" channel user is known to the bot (.i.e. +f) there will be no action taken. :)

DragnLord's suggestion of two bots on different servers is the method I use.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply