Search found 15 matches

by darksis
Thu Sep 05, 2013 4:38 am
Forum: Script Support & Releases
Topic: ChanRelay
Replies: 2
Views: 7813

thanks about that CrazyCat
by darksis
Mon Jul 22, 2013 12:42 am
Forum: Script Support & Releases
Topic: AutoReinvite Script Help.
Replies: 1
Views: 5520

Hello your script its very cool but when the commands for that?
by darksis
Thu Jul 18, 2013 5:50 pm
Forum: Eggdrop Help
Topic: New to EggDrop, won't connect to IRC or something.
Replies: 11
Views: 17930

listen if you run your bot from linux then you only need write

Code: Select all

./eggdrop -m
more something you need fix more your Eggdrop.conf its not really very well!!
by darksis
Wed May 29, 2013 6:07 pm
Forum: Script Requests
Topic: Kline Script
Replies: 11
Views: 8899

ok i install tcl8.5 and i i no remove the tcl8.4 if this make to me problme?
by darksis
Wed May 29, 2013 7:35 am
Forum: Script Requests
Topic: Kline Script
Replies: 11
Views: 8899

caesar you can explain to me how this work i try but i get error from CHAT <fishbot> [14:14:14] Tcl error in file 'eggdrop.conf': <fishbot> [14:14:14] version conflict for package "Tcl": have 8.4, need 8.5 <fishbot> while executing <fishbot> "package require Tcl 8.5" <fishbot> (f...
by darksis
Sat Jan 12, 2013 3:00 am
Forum: Scripting Help
Topic: Help with botnet addchan
Replies: 2
Views: 3550

you can inside to DCC chat with your Bot and write

Code: Select all

.+chan #Trivia
and if you want remove chan write

Code: Select all

.-chan #Trivia
Good luck :)
by darksis
Tue Jan 08, 2013 8:33 am
Forum: Script Requests
Topic: With 1 command, kick user from all the channels ?
Replies: 10
Views: 8106

SpiKe^^
:lol: script very cool :D well done
by darksis
Wed Jan 02, 2013 11:21 am
Forum: Eggdrop Help
Topic: Unable to connect, DCC session closed
Replies: 5
Views: 9853

you run your bot from windows 7?
by darksis
Sun Dec 09, 2012 5:32 pm
Forum: Scripting Help
Topic: gline joinflood to snircd
Replies: 13
Views: 9435

ok thanks for help
by darksis
Sun Dec 09, 2012 3:08 pm
Forum: Scripting Help
Topic: gline joinflood to snircd
Replies: 13
Views: 9435

spike thanks for help but this code i need on *:snotice:*Client connecting*:{ if ($network != mIRCx) { return } var %ip = $iif($regex($10,/(\d+\.\d+\.\d+\.\d+)/),$regml(1),1) if (!$hget(Botnet,$9)) { hadd -mu4 Botnet $9 %ip } if ($hget(Botnet,0).item >= 3) { var %x 1 while ($hget(Botnet,%x).item) { ...
by darksis
Fri Dec 07, 2012 3:16 pm
Forum: Scripting Help
Topic: gline joinflood to snircd
Replies: 13
Views: 9435

ok i undestand but i think change in this code bind flud - join foo proc foo {nk uh hn tp ch} { regsub {[^@]+} $uh * uh putserv "gline $uh 3600 :abusive join flood" return 0 } gline on host like command like this putserv "gline !+*@106.109.108.78 3600 :Localclone?" but i dont kno...
by darksis
Fri Dec 07, 2012 2:13 pm
Forum: Scripting Help
Topic: gline joinflood to snircd
Replies: 13
Views: 9435

:) thanks but i try code and is no work i try now connect 70 clones and all clone inside and no gline
by darksis
Fri Dec 07, 2012 8:18 am
Forum: Scripting Help
Topic: gline joinflood to snircd
Replies: 13
Views: 9435

gline joinflood to snircd

Hello i need please script about joinflood i see in this code bind flud - join foo proc foo {n u args} { regsub {[^@]+} $u * u putserv "akill $u :abusive join flood" } and i want to change command akill to gline like this /gline !+*@106.109.108.78 3600 :Localclone? gline+timer and resaon
by darksis
Wed Dec 05, 2012 2:50 pm
Forum: Script Requests
Topic: webchat proxy check
Replies: 3
Views: 5274

i want please ask the question about zapdnsbl i dont understand something i try to load in scripts and my bot is down someone please can explain to me how load this script zapdnsbl?
by darksis
Fri Aug 24, 2012 10:19 am
Forum: Scripting Help
Topic: i need help please about protection
Replies: 0
Views: 2671

i need help please about protection

Hello i no very cool in tcl but i try very time to fix code and this no work in code i want put noticeflood nickflood and ctcpflood and if someone flood then bot set mode im and kick+ban this the code ################################ # Moderation.tcl de Platine # # Debug par nOf # ##################...