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
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

NoFear wrote: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:
I presume the people you want to be opped will be already on the bot? if so you could assign them there own flag +V for instance.

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 {![matchattr $hand V $chan]} {
    return
}
 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 
I think that will work but then again i could be wrong :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

drop the last return, the one after the putlog.
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 »

^DooM^ No, u re not right, Ceasar then server can op? or what?
Way Away From Here..
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

Caesar even. sorry ;)
Way Away From Here..
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Change:

Code: Select all

if {![isbotnick $nick] && ![isbotnick $vict] && ![matchattr $hand n|n $chan]} { 
To:

Code: Select all

if {![isbotnick $nick] && ![isbotnick $vict] && ![matchattr $hand n|n $chan] && ![string match "*.*" $nick]} { 
User avatar
NoFear
Halfop
Posts: 46
Joined: Wed Sep 10, 2003 8:36 am
Location: cW

Post by NoFear »

I changed that.. i hope that works ;)
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 »

If fails you can always drop him and make him an eggdrop :lol:
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 »

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

Post by NoFear »

This doesn't work :cry: any other ideas? :roll:
Way Away From Here..
3
3zzy
Halfop
Posts: 42
Joined: Sun Sep 14, 2003 6:58 am

Post by 3zzy »

Is there a way to make the bot kick both users on the second attempt to op an unauthorised user, and ban both of them on the third one?
Locked