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

by McGuyver
Mon Jul 30, 2012 7:52 pm
Forum: Script Requests
Topic: [YouTitle] tcl error + small changes
Replies: 4
Views: 4463

I suggest adding

Code: Select all

set youtubeid ""
right under the "proc mu" line
by McGuyver
Thu Sep 08, 2011 1:46 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

Is there anyway to filter by showname instead of network?
by McGuyver
Sun Sep 04, 2011 10:42 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

You might want to add a check in the {@%key:value:string%@} section for when the key does not exist. At least with eggdrop-1.6.20 it just stops processing completely and does not complain about it not being set.
by McGuyver
Sat Sep 03, 2011 10:57 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

Now that I thought about it a little longer i could use {@%ended::????%@} instead of {@%endedyear::????%@}
by McGuyver
Sat Sep 03, 2011 8:25 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

This is what I'm trying to do. If endedyear length is not 0 display the following example.

Code: Select all

Smallville (2001-2011)
If endedyear length is 0 display the following example.

Code: Select all

NCIS (2003-????)
by McGuyver
Sat Sep 03, 2011 2:43 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

This a fix so that {@%endedyear:value:string%@} will work if the show has not ended. diff --git a/tvrage.tcl b/tvrage.tcl index e207e97..26da4a6 100644 --- a/tvrage.tcl +++ b/tvrage.tcl @@ -765,6 +765,12 @@ proc getShowInfoHandler {token} { } } + if { $show(ended) == "" } { + set show(ende...
by McGuyver
Fri Sep 02, 2011 9:08 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

Is there a way to get the year a show ended just by using a theme file or will the script have to be modified?
An example of what I want.

Code: Select all

Smallville (2001-2011)
by McGuyver
Fri Sep 02, 2011 1:27 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

I just tested the script with eggdrop v1.6.19+ctcpfix and restarting and rehashing do not crash the bot.
by McGuyver
Thu Sep 01, 2011 9:34 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

Just thought that I should mention that I am using eggdrop-1.6.20 with tcl-8.5.10 and tcllib-1.11.1
by McGuyver
Wed Aug 31, 2011 8:08 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

grep -n notify-newusers eggdrop.conf && grep -n tvrage eggdrop.conf 363:set notify-newusers "$owner" 1357:source scripts/tvrage/tvrage.tcl I think the updateCache proc might be the culprit spot because if I comment out "updateCache 1 2 3 4 5" I don't have any problems re...
by McGuyver
Wed Aug 31, 2011 7:37 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

[13:07:30] #McGuyver# rehash [13:07:30] Writing user file... [13:07:30] Writing channel file... [13:07:30] Rehashing ... [13:07:30] Writing channel file... [13:07:30] Listening at telnet port 1910 (all). [13:07:30] Loading TVRage.com Primetime Schedule Script v2.0b6-dev [13:07:30] tvrage.tcl info: ...
by McGuyver
Wed Aug 31, 2011 7:28 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

I figured out why I was having problems. I had changed the init to after 1 init because the bot kept crashing whenever I did a .rehash or .restart. After some testing I found out that it was not running the init proc. I have now changed the init to after 1 [namespace current]::init and it appears to...
by McGuyver
Wed Aug 31, 2011 4:00 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

looks like !updatecache is the only way to fix it after a .restart
by McGuyver
Wed Aug 31, 2011 1:31 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478629

with the latest git i am getting the following every minute

Code: Select all

Tcl error [::tvrage::announceShows]: invalid command name "countries"