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.

Newchanban sometimes on all Bots, sometimes not

Old posts that have not been replied to for several years.
Locked
r
reta1l

Newchanban sometimes on all Bots, sometimes not

Post by reta1l »

Heyho

I've got a Botnet with Slennox NetBots Script and an own made antitake script :)

>>
If someone bans a Bot, it does a NewChanBan which automaticaly adds to the other bots ( i dunno why, but it does )

But if someone only deops or kick the Bot, only the Victim adds a NewChanBan.

Why? :/

May it's possible that every Bot always adds the NewChanBan to it's banlist?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You can type .bans all (in partyline) to check which script has added the ban, it will be displayed in the 'creator' of the ban or maybe the reason as well.

You can also remove newchanbans to normal server bans by replacing:

Code: Select all

newchanban $chan $banmask <creator> <reason> <ban-time>
With the code:

Code: Select all

putquick "MODE $chan +b $banmask"
putquick "KICK $chan $nick :<reason>"
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
r
reta1l

Post by reta1l »

no sorry, i dont want to replace newchanban, i want that every deop/kick'er gets botnet ban :)
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Maybe you can see the netbots setting.
I am not familiar with it, as I have never used it myself, neither have run a botnet either.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked