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.

statistics.tcl : invalid command name "splitline"

Support & discussion of released scripts, and announcements of new releases.
Post Reply
a
agnostic
Voice
Posts: 3
Joined: Fri Jun 15, 2007 7:15 pm

statistics.tcl : invalid command name "splitline"

Post by agnostic »

6.1-RELEASE FreeBSD
tcl-8.4.13_1,1
eggdrop1.6.18rc1

source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
source scripts/UNOFFICIAL-incith-google.tcl
source scripts/incith-horoscope.tcl
source scripts/quote_tcl-3.52.tcl
source scripts/date.tcl
source scripts/sentinel.tcl
source scripts/bseen1.4.2.tcl
source scripts/showcommands.tcl
source scripts/babelfish.tcl
source scripts/imdb.tcl
source scripts/incith-weather.tcl
source scripts/eggdb1.2.tcl
source scripts/tdih.01a.tcl
source scripts/statistics.tcl
source scripts/stats.tcl
source scripts/iplocator.0.01c.tcl
source scripts/addop.tcl


whenever I do -top10 in a channel,
Tcl error [::statistics::rankings]: invalid command name "splitline"
it used to work until last week. i really can't figure out what changed. something with tcl?

if it doesn't ring a bell, what does splitline do? where can i find some reference to it?
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

You updated to statistics v3.0 (which btw, including version numbers on your script loads is "IMPORTANT" if you want help!) from perplexa and failed to read the rest of his website eh?

Requirements:
* fsck package 1.14+
* ac_token.tcl 2.7+ *

Put the two required tcl's into your /scripts folder, along with statistics.tcl, and fix your eggdrop.conf script loading section to just this one line:

Code: Select all

source scripts/fsck.tcl        # this will load all .tcl's in /scripts folder
This package is useful for loading the scripts because it includes error catching, so never again will loading a bad script cause your bot to crash. Make sure to move all tcl's from your /scripts folder that you don't want loaded.

If people actually read docs and posts that accompany scripts there wouldn't be 1/10th the activity on this forum.. hehe
Post Reply