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.

channellog160.tcl problem

Old posts that have not been replied to for several years.
Locked
e
eggyrocks

Post by eggyrocks »

I installed it today and it works fine but u can also use another script that comes with it , randomquote.tcl

it will search the logs and it will make the bot say a random quote if u type
!quote Nickname

well, i was on the chan and i typed !quote Nick and i got in the DCC Chat the following error :

[11:33] Tcl error [rq_pub]: list element in braces followed by "]" instead of space


any ideas ?
J
Jules_74

Post by Jules_74 »

Does that happen all the time, with any search string?
Here's stuff that happens for me:

Code: Select all

<[Jules]> !quote
<MelTest>  No random quote found for [Jules]!
<[Jules]> !quote ?jules?
<MelTest>  [17:17] <[Jules]> fsdfsdfsdf]
<[Jules]> !quote [Jules?
<MelTest>  No random quote found for [Jules?!
<[Jules]> !quote ?Jules]
<MelTest>  [17:17] <[Jules]> could do... have to rewrite then
That's all without errors on the console.
There is a bug with the '[' character which causes the script to find no results at all.

<font size=-1>[ This Message was edited by: Jules_74 on 2002-05-18 12:31 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

cos its badly written. nothing a few splits and joins won't solve.
Locked