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.

CHATstats 3.1.2 problem...

Old posts that have not been replied to for several years.
Locked
D
DarkMark

CHATstats 3.1.2 problem...

Post by DarkMark »

Hi,

Has anyone used CHATstats 3.1.2 in the new versions of eggdrop.

When I try to do an .update, it says:

Tcl error [cs:update]: no value given for parameter "what" to "topic"

I have no clue what to do?!

any help appreciated.
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

have you tried contacting the author? ..usually your best chance :)
Elen sila lúmenn' omentielvo
D
DarkMark

Post by DarkMark »

Seems like he's fallen off the earth. the homepage does not even exist anymore.

The script is still floating around though, so I thought someone would know something...
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

try showing us the script.
D
DarkMark

Post by DarkMark »

It's kinda long, but if you have the time to test it somewhere or to look at the source you can get it here:

http://www.egghelp.org/files/tcl/CHATstats3.1.2.tar.gz
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

sorry, can't help you :)
b
baerchen

Post by baerchen »

chanstats.tcl by Ernst uses a procedure called [topic] which comes from the days when this command wasn't implemented in eggdrop. Back then Ernst used a different amount of arguments passed to the procedure than is being used by the "regular" command nowadays. Each script, among which CHATstats, making a call to this command will inevitably create the above mentioned error. You have three choices:

1. uninstall CHATstats
2. uninstall chanstats
3. rename chanstats's procedure "topic" and all calls to it to something else.

regards,

baerchen
Locked