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 481 matches

by r0t3n
Fri Jun 03, 2005 1:12 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

proc add:ban {nick host hand chan text} { if {![matchattr $handle n|n $chan] && ![matchattr $handle m|m $chan] && ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :You Have No Access To This Command" } } { if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $c...
by r0t3n
Fri Jun 03, 2005 11:08 am
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

just wondering, does your blacklist script blacklist peeps globally and/or channel specific, thanks!!
by r0t3n
Fri Jun 03, 2005 10:59 am
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

someone told me to use this bind for [botnick] addop [nick]

Code: Select all

bind pub nm|nmo "$::botnick addop" add:op
But that didnt work, oh well
by r0t3n
Thu Jun 02, 2005 6:22 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Request Script By Metroid

i saw this request script in another post: # Configuration # homechannel where they can request set setting(home) "#v1per" # users the channel needs atleast set setting(needed) "20" # deny request if there is no Q or L? set setting(service) "1" # the flags he wants set ...
by r0t3n
Thu Jun 02, 2005 3:58 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Also, can i make that $adduser bind this: botnick adduser nick so lets say, [-eggdrop-] adduser Tosser^^ then [-eggdrop-] chattr nick +/-flags and more like [-eggdrop-] addadmin/op/voice nick and [-eggdrop-] rem or del/admin/op/voice nick and [-eggdrop-] blackadd nick/host and [-eggdrop-] blackdel n...
by r0t3n
Thu Jun 02, 2005 3:04 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

ok, if i give the other bot +f will it stop the +b *!*@* its not banning the bots host, its bans *!*@*
by r0t3n
Wed Jun 01, 2005 4:27 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

ok, i had a little problem, the bot got banned by another bot on the chan, and hell broke lose. How can i stop this: * Joins: TosBot * Tosser^^ sets mode: +o TosBot * TosBot sets mode: +b *!*@* * [GBL]-2 sets mode: -b *!*@* * Tosser^^ sets mode: -o TosBot * phupz sets mode: +b *!*@* * phupz sets mod...
by r0t3n
Wed Jun 01, 2005 3:48 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Also, with a $adduser script, can i add something about special characters for this script: bind pub nm|nmo \$adduser add:user proc add:user {nick uhost handle chan text} { adduser [lindex [split $text] 0] [maskhost [getchanhost $nick $chan]] chattr [lindex [split $text] 0] |+av $chan puthelp "...
by r0t3n
Wed Jun 01, 2005 3:26 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Also, with the new

if {![matchattr $handle n|n $chan] && ![matchattr $handle m|m $chan] && ![matchattr $handle o|o $chan] && ![matchattr $handle f|f $chan]} {

would i need to add a ![isbotnick $nick] ?
by r0t3n
Wed Jun 01, 2005 3:25 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Thanks mate, your the best. your the man. Protection bots are on their way. im uploading all the scripts to the shell now. Thanks again dude!!
by r0t3n
Wed Jun 01, 2005 2:09 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

OP/DEOP Protection Problems

Sir_Fz, that op and deop protection seems to have some errors. First, when i op the bot, it deops me and myself, when my mate de-oped me who wasn't added to the bot at all, didnt get deop, and the bot didnt re-op me and ban my mate. Can someone please sort this out, Thanks. The script is: proc op:pr...
by r0t3n
Wed Jun 01, 2005 12:55 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Hmm, do you think i will need a userlist and banlist, and can you check that topic protection script?
by r0t3n
Wed Jun 01, 2005 12:41 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Well, when people on the channel type $banlist, like ops and that lot, a list of bans added to the internal banlist for the channel it displayed in the format: Host: *!*@host Added By: creator Reason: reason here Ban Time: Time etc and for a $userlist if possible, the format Handle Flags Also, i jus...
by r0t3n
Wed Jun 01, 2005 12:23 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Userlist and/or Banlist

Thanks for that Sir_Fz

Do you know how to make a $userlist and/or a $banlist and maybe a $unban using host or number to unban someone. also maybe a $clear.

Thanks again!!
by r0t3n
Wed Jun 01, 2005 10:08 am
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 24772

Some op protection

Ok, i just made this little script, dont know if it will work, can someone check it and say if its wrong or if it will work. bind mode - "+o *" op:protection bind mode - "-o *" deop:protection proc op:protection {nick host handle chan mode} global botnick { if ([matchattr $handle...