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.
Old posts that have not been replied to for several years.
r
reta1l
Post
by reta1l » Tue Jul 06, 2004 2:08 pm
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?
awyeah
Revered One
Posts: 1580 Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:
Post
by awyeah » Wed Jul 07, 2004 4:27 am
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 » Wed Jul 07, 2004 2:28 pm
no sorry, i dont want to replace newchanban, i want that every deop/kick'er gets botnet ban
awyeah
Revered One
Posts: 1580 Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:
Post
by awyeah » Thu Jul 08, 2004 1:22 am
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.
==================================