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

by ZaKiR
Mon Jun 28, 2004 3:27 pm
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

set killnicks { "dick" "bitch" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étéctéd\003" bind raw - NOTICE client:connect proc client:connect {from keyword args} { global killnicks killreason if {[string match &q...
by ZaKiR
Mon Jun 28, 2004 4:56 am
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

yes i made another file for this this script called Kill-On-BadNick.tcl & i put that on scripts folder & in eggdrop.conf file i did.... source scripts/alltools.tcl source scripts/action.fix.tcl source scripts/identifY.tcl source scripts/OPER.tcl source scripts/ChaN-LiMiT.tcl source scripts/P...
by ZaKiR
Mon Jun 28, 2004 4:38 am
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

set killnicks { "dick" "bitch" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étéctéd\003" bind raw - NOTICE client:connect proc client:connect {from keyword args} { global killnicks killreason if {[string match &q...
by ZaKiR
Sun Jun 27, 2004 4:57 pm
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

set killnicks { "% *hell*" "% *dick*" "% *bitch*" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étéctéd\003" bind raw - NOTICE client:connect proc client:connect {from keyword args} { global killnicks ki...
by ZaKiR
Sun Jun 27, 2004 3:54 pm
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

set killnicks { "hell" "loser" "dick" "bitch" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étéctéd\003" bind raw - NOTICE client:connect proc client:connect {from keyword args} { global killni...
by ZaKiR
Sun Jun 27, 2004 12:22 pm
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

set killnicks { "hell" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étéctéd\003" bind raw - NOTICE client:connect proc client:connect {from keyword args} { global killnicks killreason if {[string match "*Client connec...
by ZaKiR
Sun Jun 27, 2004 11:42 am
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

actually this code is working but....

Code: Select all

set killnicks { 
"hell" 
"*hell*" 
}
if someone comes with nick 'hell' it works.. but if someone comes with nick 'sdhellsd' it doesn`t work..
by ZaKiR
Sun Jun 27, 2004 11:17 am
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

Of couser my bot has oper access
by ZaKiR
Sun Jun 27, 2004 10:13 am
Forum: Archive
Topic: Help Me With This Code
Replies: 26
Views: 6742

Help Me With This Code

i made a code which will kill someone when connecting with a bad nick... but don`t know why this is not working :( set killnicks { "*dick*" "nick2" "nick3" } set killreason "\00304Réason: \00301\037B\037\00314ad \00301\037N\037\00314ick \00301\037D\037\00314étécté...
by ZaKiR
Wed Jun 23, 2004 3:13 pm
Forum: Archive
Topic: Combining 2 scripts
Replies: 4
Views: 7481

#Set the bots oper login here set onick "EGGDROP" #Set the bots oper password here set opass "cafebotrulez" #Set the bots nickname here set nick "\[WaTcH\]-\[DoG\]" #Set the channels which it has AOP on you can list as many channels as you want, for example it # will l...
by ZaKiR
Wed Jun 23, 2004 2:10 am
Forum: Archive
Topic: Combining 2 scripts
Replies: 4
Views: 7481

Combining 2 scripts

How Can i combine these two codes into one code.. so that both will work properly bind evnt - init-server oper:connect proc oper:connect {type} { putserv "oper EGGDROP cafebotrulez" } #set the bots nickname here set nick "\[WaTcH\]-\[DoG\]" # set channels which it has AOP on you...
by ZaKiR
Wed Jun 23, 2004 1:42 am
Forum: Archive
Topic: Requesting Script
Replies: 26
Views: 8324

Can u add one more thing on this script set badwords ""[\b]
by ZaKiR
Wed Jun 23, 2004 1:40 am
Forum: Archive
Topic: Requesting Script
Replies: 26
Views: 8324

Thanks a lottttttttttttttttttttt :) love ya....
by ZaKiR
Sun Jun 20, 2004 11:54 am
Forum: Archive
Topic: Script (!song nick)
Replies: 1
Views: 855

Script (!song nick)

[21:48:28:PM] <@ZaKiR> !song sujan [21:49:24:PM] <[WaTcH]-[DoG]> ZaKiR sings to sujan ... you are my love, you are my moonlight.... [21:49:38:PM] <@ZaKiR> !song lisa [21:50:28:PM] <[WaTcH]-[DoG]> ZaKiR sings ot lisa ... i can`t live without baby.. you are my love ..... Here [WaTcH]-[DoG] is my eggd...
by ZaKiR
Sat Jun 19, 2004 4:56 pm
Forum: Archive
Topic: Requesting Script
Replies: 26
Views: 8324

bind pub - "!list" evil_word bind pub - "@locate" evil_word bind pubm - "*!list*" evil_word bind pubm - "*@locate*" evil_word #Set your channel name under the 'el_chan' variable and modify reason and banreason #to suit your liking (especially if you changed t...