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

by TeRRaNoVA
Sat Apr 22, 2006 5:07 pm
Forum: Script Requests
Topic: request msg script!
Replies: 11
Views: 10004

thx Working 110% now :)

thx for your help!
by TeRRaNoVA
Thu Apr 20, 2006 3:10 pm
Forum: Script Requests
Topic: request msg script!
Replies: 11
Views: 10004

Sir_Fz wrote:You load it the same way you load any another Tcl script.
load this as cmd.tcl bud when i type !cmd nothing happens :( or `m wrong..

Code: Select all

bind pub - !cmd cmd 

proc cmd {nick uhost hand chan arg} { 
 # !cmd triggers this procedure. 
}
by TeRRaNoVA
Wed Apr 19, 2006 6:51 am
Forum: Script Requests
Topic: request msg script!
Replies: 11
Views: 10004

Sir_Fz wrote:

Code: Select all

bind pub - !cmd cmd

proc cmd {nick uhost hand chan arg} {
 # !cmd triggers this procedure.
}

does that trigger directly from /home/user/eggdrop/logs/bot.log
or were to put into a new .tcl ... ?


sorry for my bad english
by TeRRaNoVA
Tue Apr 18, 2006 7:06 pm
Forum: Script Requests
Topic: request msg script!
Replies: 11
Views: 10004

thx founded this and it works bud.... set f [open "|tail -f /home/user/eggdrop/logs/bot.log"] fconfigure $f -blocking 0 -buffering line fileevent $f readable [list foo $f] proc foo {f} {puthelp "privmsg #mychannel :[gets $f]"} bud now i want a !cmd for latest 5 lines from that bo...
by TeRRaNoVA
Tue Apr 18, 2006 6:06 pm
Forum: Script Requests
Topic: request msg script!
Replies: 11
Views: 10004

request msg script!

hello,

i want my bot to read the latest 1 or 5 lines from bot.log file en msg them to #channel ...


thx!
by TeRRaNoVA
Tue Apr 18, 2006 3:24 pm
Forum: Script Requests
Topic: looking for 2 script (tcl)
Replies: 1
Views: 3713

looking for 2 script (tcl)

hello, script 1: I`m looking for a script that when my bot say in #channel.. like; -( 4-T-E-S-T- )- bla bla bla bla bla (that whole line -( 4-T-E-S-T- )- bla bla bla bla ) is added to a .dat or .text files (db) Script 2: need to be a script that reeds the last line from above script when user types ...
by TeRRaNoVA
Mon Aug 15, 2005 1:53 pm
Forum: Archive
Topic: rssnews.tcl - How to change update interval?
Replies: 7
Views: 5050

have a small question, first all script works fine, bud only when thers no key on channel its will msg the #channel. bud when there a key on it, then i get a error: tcl script [:::rss::public::] ..."stripcode" how do i get it to work when channel is #abcnews +key? allready trided >> CHANNE...
by TeRRaNoVA
Mon May 16, 2005 6:36 pm
Forum: Archive
Topic: Script Request
Replies: 0
Views: 1365

Script Request

any now where to get a CDDB script for eggdrop
that retrive song and artist info from www.cddb.com
with a channel trigger... ?