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

by Porch
Sat Apr 23, 2005 4:25 pm
Forum: Archive
Topic: tail -f (filename)
Replies: 16
Views: 6714

LOL, I fixed that soon after posting.

I did get it to work somewhat, but it seems to lag more and more over time.
I gave up and wrote my own bot in perl that works fine.

Thanks for the help
by Porch
Sun Apr 17, 2005 3:45 pm
Forum: Archive
Topic: tail -f (filename)
Replies: 16
Views: 6714

Well, I understand the words, but the golbal NICK and a local nick? I don't have a clue what you are saying to do.

I mucked around with it and hard coded the vars into it. That seems to work. For now.

Thanks
by Porch
Sun Apr 17, 2005 2:36 pm
Forum: Archive
Topic: tail -f (filename)
Replies: 16
Views: 6714

I am putting it in the wrong spot? I get this error. [03:38] Tcl error [my_watch]: variable "nick" already exists bind pub - watch my_watch proc my_watch {nick uhost handle channnel arg} { global nick fc if [file readable /home/et/1] { set fc [open "|tail -f /home/et/1"] fconfigu...
by Porch
Sun Apr 17, 2005 4:05 am
Forum: Archive
Topic: tail -f (filename)
Replies: 16
Views: 6714

Can someone post the full version of this? I really need to tail a file and I don't know enough tcl to make the below script work. I spent 2 hours looking over the docs and trying stuff with no luck.

Thanks a bunch.