Ovako zanima me kako se zove tcl skripta za eggdropa i de da je nadjem... koja pravi statistike kanala tipa ko je najvise pricao na kanalu ko je najvise online i tog tipa i koja to automatski prevodi u HTML. Hvala unapred
There's no place like 127.0.0.1
03.11.2004. u 01:20
Ni ten ichi ryu
Član broj: 4489 Poruke: 2043 *.dsl.snfc21.pacbell.net.
I meni treba jedna skripta, tacnije TCL skripta pomocu koje se mogu koristiti komande tipa !op, !deop, !kick ... ali da komande mogu da koriste samo oni sa access liste! Vec sam skinuo desetak i samo jedna radi, ali tada bot slusa bukvalno svakog usera na kanalu. :)) Skripta mi treba za irc.krstarica.com!
www.mircscipts.com www.yumirc.com
Nacete dosta dobrih bot scripti...Mada najbolje resenje je shell i eggdrop te skripte su jako lose dobro je sto se lako konfigurisu a ostalo shit..Reci koja je skripta u pitanju!?
Bet At Home ubedljivo najbolji i najsigurniji sistem za kladjenje na internetu. Ako volite dobre kvote i raznovrsne igre za kladjenje poseti OVAJ LINK
nickola_sd: I meni treba jedna skripta, tacnije TCL skripta pomocu koje se mogu koristiti komande tipa !op, !deop, !kick ... ali da komande mogu da koriste samo oni sa access liste! Vec sam skinuo desetak i samo jedna radi, ali tada bot slusa bukvalno svakog usera na kanalu. :)) Skripta mi treba za irc.krstarica.com!
Evo ti "public.tcl":
Code:
## Public Commands v.1.2 by kurupt . The bot listen to "!" "`" "." and no char command
## Special thanks to #eggdrop team and aqwzxs ; mc_8 ; slennox ;
## For sugestions and bugs contact me on Undernet channel #eggdrop or #strand
## or send me a mail at dpgc@purehype.net
## VARIABILES
set settings(cmdpfix1) "."
set settings(cmdpfix2) "!"
set settings(cmdpfix3) "`"
proc ban {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set host [getchanhost $nick]
putserv "mode $chn +b $host" -next
}
proc mb {nik uhost hand chn txt} {
set mask [lindex $txt 0]
putserv "mode $chn +b $mask" -next
}
proc kickban {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set reas [lrange $txt 1 end]
set host [getchanhost $nick]
if {![string length [string trim $reas]]} {
set reas "banned by \[${hand}/\002${nik}\002] - No reason specified"} else {
set reas "banned by \[${hand}/\002${nik}\002] - $reas"}
proc kick {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set reas [lrange $txt 1 end]
if {![string length [string trim $reas]]} {
set reas "\[${hand}/\002${nik}\002] - No reason specified"} else {
set reas "\[${hand}/\002${nik}\002] - $reas"}
putserv "kick $chn $nick $reas"
}
proc invite {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set chan [lindex $txt 1]
if {$chan == ""} {set chan $chn}
putserv "invite $nick $chan"
putserv "privmsg $chn :$nik \0031Inviting \0032$nick\0031 to \0032$chan"
}
proc bot_list {nik uhost hand chn txt} {
set botl [botlist]
putserv "privmsg $chn :$botl"
}
proc chatt_r {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set change [lindex $txt 1]
set chan [lindex $txt 2]
if {$chan == ""} {set chattz [chattr $hand $change]; chattr $hand $change
} else {set chattz [chattr $hand |$change $chan]; chattr $hand |$change $chan
}
if {$chan == ""} {putserv "privmsg $chn :\0031The global flags for \0032$nik\0031 with handle \0034$hand\0031 are now: \0034$chattz"
} else {putserv "privmsg $chn :\0031Global flags, and \0032$chan\0031 flags in the format of \0032global|#chan\0031 for $nick are now:\0034 $chattz"
}
}
proc ch_handle {nik uhost hand chn txt} {
set nick [lindex $txt 0]
set nick1 [lindex $txt 1]
set handl [chhandle $nick $nick1]
chhandle $nick $nick1
if {$handl == 1} {putserv "privmsg $chn :\0031Successfully changed user: \0032$nick \0031to user: \0032$nick1"
} else {putserv "privmsg $chn :\0031Error, either an unknown user, or the selected username is already in use.Use \0032!handle\0034 <old-handle> <new-handle>"
}
}
proc die_exit {nik uhost hand chn txt} {
exit
}
proc sa_ve {nik uhost hand chn txt} {
save
putserv "privmsg $chn :\0032The user and channel files have successfully been written to disk."
}
proc re_load {nik uhost hand chn txt} {
reload
putserv "privmsg $chn :\0032The user file has been successfully re-loaded."
}
proc rehash_bot {nik uhost hand chn txt} {
global botnick; rehash
putserv "privmsg $chn :\0032Rehash successful."
}
proc restart_bot {nik uhost hand chn txt} {
restart
}
proc help {nik uhost hand chn txt} {
putserv "privmsg $chn :For Help Contact The Author at\0032 dpgc@purehype.net"
}
Danilo Cvjeticanin: www.mircscipts.com www.yumirc.com
Nacete dosta dobrih bot scripti...Mada najbolje resenje je shell i eggdrop te skripte su jako lose dobro je sto se lako konfigurisu a ostalo shit..Reci koja je skripta u pitanju!?
Ne znam koliko je pametno koristiti tu skriptu. Jer kad bude neko pitanje igraci ce da kucaju aaaaaaaaaaaaa bbbbbbbbbbb .... i bot ce da izbacuje gdje se nalaze ta slova.. Puno floodanja kanala...
LaMpiR brate kralj si shto se tiche toga radi mi eggy pravo i ovaj opis za !op !deop !kick itd... rade presprekorno sva cast,
mozesh li dati isto tako opis za auto identiy kako da to sredim u eggy Hvala.
koliko se ja secam eggdropu samo u nastavku irc servera na kome se kaci dopises pass
tipa:
irc.krstarica.com:6667:passnicka
try again :)
Ericsson T28s, Nokia 6150, SE T100, SE T310, SE T68i, Nokia 3650, N-Gage, Palm Treo 600, Motorola A925, Nokia 6600 & Palm Tungsten T3, Samsung X660, Palm Treo 750v, htc tytn 1