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.

Search found 5 matches

by e6
Wed Jul 13, 2005 6:12 pm
Forum: Archive
Topic: hoe to change hippie-D language
Replies: 3
Views: 2882

greenbear wrote:real hippies speak english :lol:
looooooooool
by e6
Sat Jul 09, 2005 5:07 am
Forum: Archive
Topic: SB Script
Replies: 7
Views: 3400

demond wrote:hmm really? well then, here you go:

Code: Select all

bind mode - "% +o" foo
proc foo {n u h c m v} {
  if [matchattr $h m|m $c] return
  if ![matchattr [nick2hand $v] o|o $c] {
    putkick $c $n,$v "no ops to aliens"
  }
}
hmm.. would be great if i knew where this bitch script is stored.. :)
by e6
Sat Jul 09, 2005 3:54 am
Forum: Archive
Topic: SB Script
Replies: 7
Views: 3400

Re: SB Script

demond wrote:
e6 wrote:so that ppl with +o flag on some channel wont be able to op other ppl that are not added in bots?
that's exactly what eggdrop's built-in channel setting +bitch is for
yeah, but it doesn't kick.
by e6
Fri Jul 08, 2005 4:54 pm
Forum: Archive
Topic: SB Script
Replies: 7
Views: 3400

^DooM^ wrote:Try Slennox Superbitch.tcl
i tried it a year ago and still don't like it. so can any1 help me with this script that i posted?
by e6
Fri Jul 08, 2005 10:37 am
Forum: Archive
Topic: SB Script
Replies: 7
Views: 3400

SB Script

Hi, i need some help with this. Was long time ago so i forgot stuff. bind mode - "*+o*" bitch set chans "*" setudef flag superbitch proc bitch {nick uhost hand chan mode target} { global botnick chans; set handle [nick2hand $target $chan] if {![channel get $chan superbitch]} { re...