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.

SuperBitch Script That Kicks

Old posts that have not been replied to for several years.
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

i'm owner of botnet 8)
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Sir_Fz thanks! :D
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

one more thing. if server is in split and server reop my bncs then they get kicked :( how do i fix this? :roll:
Way Away From Here..
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

With what reason?
Once the game is over, the king and the pawn go back in the same box.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

well this is a *not 100%* solution, try adding && [string match -nocase $nick "*.your.ircd.name"]
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

No.. This is not good.. if i would add like this.. it will take long time :)
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

any other ideas? :roll:
Way Away From Here..
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

just tell me one negative thing about having a little long line in your script?? .. NOTHING. that's not a good reason at all.

just add a line && ![string match -nocase $nick "*.your.server"] or add it on a separate line
if {![string match -nocase "*.your.server"]} {
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Ok i added all servers.. thanks u guys :wink:
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

There is one problem.. if i add my servers.. etc. then bitch don't work. it doesn't kick people who op. can u help me once more?:) pls.
Way Away From Here..
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

try

Code: Select all

if {(![isbotnick $nick] && ![isbotnick $vict] && ![string match $nick "ChanServ"]) || (![string match [string tolower $nick] "*.dal.net"])} {
Note: I used DALnet server as an example, so *.dal.net will match all dalnet servers.
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Hm.. This will not kick if *.si *.de *.at *.pl reops? and will kick any other op that is not in bot like n|n ? yust asking..
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Is there a code that will automaticly not kick server ops? :roll:
Way Away From Here..
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Do a .help chaninfo and check the nodesynch channel mode. Also, see in the .conf file the bounce-modes..
Once the game is over, the king and the pawn go back in the same box.
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Yes.. but i have my own superbitch.tcl .. i don't have .netchanset #channel +bitch.
This is my script:

Code: Select all

# H-Town SuperBitch Script By H-Town Team.

bind mode - "* +o" kick:both 

proc kick:both {nick uhost hand chan mc vict} { 
global botnick 
 if {![isbotnick $nick] && ![isbotnick $vict] && ![matchattr $hand n|n $chan]} { 
 putkick $chan $nick "H-Town - Only Owner Of Botnet Can Op!" 
 putkick $chan $vict "H-Town - Only Owner Of Botnet Can Op!" 
 } 
}

putlog "Loaded SuperBitch.tcl By H-Town Team"

return
So.. what do i must add that bot will not kick users that have been oped by server? :roll:
Way Away From Here..
Locked