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.

live.tcl error

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

Post by DinX »

i have this error i get when starting up my eggdrop (windrop) with live.tcl. To be more precise ... webposter2.0.tcl.

[16:36] wrong # args: should be "topic channel"
while executing
"topic #${chan} "title""
(procedure "www_title" line 5)
invoked from within
"www_title $chan"
(procedure "www_setup" line 14)
invoked from within
"www_setup"
(file "./scripts/webposter2.0.tcl" line 577)
invoked from within
"source ./scripts/webposter2.0.tcl"



anybody know what this is and how i can fix it ???
D
DinX

Post by DinX »

p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Read the error carfully and you will see the problem.

wrong # args: should be "topic channel"
But you have
topic #${chan} "title"

The topic command isn't used to set the channel topic.

If you want to make it change the topic, set it to
putserv "TOPIC #${chan} :title"
D
DinX

Post by DinX »

i didn't create the script, i also don't script, what lines do have to be deleted, or where do i have to add it ... ???
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This is a very porly written script.

I recomend switching scripts.
D
DinX

Post by DinX »

do you know any others script with which i can say things to the channel through web browser (preferrably with cgi)
Locked