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

by ache
Tue Nov 08, 2005 7:24 am
Forum: Scripting Help
Topic: Error: invalid command name ""
Replies: 7
Views: 14946

Alchera wrote:Damn, I must be blind. :lol:
exactly what i though when i got the solution.
err not that you would be blind, but me.
so simple.. that will probably never happen again :P
by ache
Tue Nov 08, 2005 7:22 am
Forum: Scripting Help
Topic: regular expression? or similar function
Replies: 3
Views: 8632

regular expression? or similar function

Hello again. I need some help with getting some text from a string. Don´t know if regexp´s is the way to do it, anyways. I have this line: caching and translation of results, and an option to find similar pages.<br><font color=#008000>www.<b>google</b>.com/ - 3k - 7 nov 2005 - </font><nobr> <a class...
by ache
Fri Nov 04, 2005 10:04 am
Forum: Scripting Help
Topic: Error: invalid command name ""
Replies: 7
Views: 14946

worked like charm!
thanks Sir_Fz
by ache
Fri Nov 04, 2005 7:44 am
Forum: Scripting Help
Topic: Error: invalid command name ""
Replies: 7
Views: 14946

Tried it but with no luck.
still the same error..
by ache
Fri Nov 04, 2005 4:34 am
Forum: Scripting Help
Topic: Error: invalid command name ""
Replies: 7
Views: 14946

Error: invalid command name ""

I have one more problem. I get this error: Tcl error [pub:checkgreet]: invalid command name "" This is the code i have for the pub:checkgreet proc atm: proc pub:checkgreet { nick uhost handle channel arguments } { list arguments $arguments set greetnick [lindex $arguments 0] set greetchann...
by ache
Fri Nov 04, 2005 2:41 am
Forum: Scripting Help
Topic: Tcl error [pub:delgreet]: extra characters after close-quote
Replies: 2
Views: 11066

ahh :)
thank you ranny.
by ache
Thu Nov 03, 2005 2:55 pm
Forum: Scripting Help
Topic: Tcl error [pub:delgreet]: extra characters after close-quote
Replies: 2
Views: 11066

Tcl error [pub:delgreet]: extra characters after close-quote

I can´t seem to find the problem with this. I get this error: Tcl error [pub:delgreet]: extra characters after close-quote This is the code i have atm: proc pub:delgreet { nick uhost handle channel arguments } { set greetdb "scripts/charlie.tcl/greet.db" list arguments $arguments set greet...
by ache
Tue Nov 01, 2005 12:31 pm
Forum: Scripting Help
Topic: Help with read/write to file.
Replies: 4
Views: 9929

Got a new problem. this is the code so far (i know it ain´t much): proc pub:addgreet {nick greetnick greetchannel greettext} { set greetdb "scripts/greets.db" set greetdbtmp "scripts/greets.db.tmp" } Anyway. what i´m after is a process that searches a file (greets.db) for $greetc...
by ache
Tue Nov 01, 2005 9:50 am
Forum: Scripting Help
Topic: Help with read/write to file.
Replies: 4
Views: 9929

Thanks Alchera
found the problem. :)
by ache
Tue Nov 01, 2005 9:15 am
Forum: Scripting Help
Topic: Help with read/write to file.
Replies: 4
Views: 9929

Nevermind the last thing, sorted that one but got a new error. new error: Tcl error [pub:checkgreet]: wrong # args: should be "string index string charIndex" new code: proc pub:checkgreet {nick uhost handle channel arguments } { list arguments $arguments set greetnick [lindex $arguments 0]...
by ache
Tue Nov 01, 2005 8:55 am
Forum: Scripting Help
Topic: Help with read/write to file.
Replies: 4
Views: 9929

Help with read/write to file.

I working on a simple greet script but have encountered some problems. this is what the script looks like so far. proc pub:checkgreet {nick uhost handle channel arguments } { list arguments $arguments set greet.nick [lindex $arguments 0] set greet.channel [lindex $arguments 1] set greet.text [lrange...
by ache
Fri Oct 28, 2005 2:08 pm
Forum: Script Support & Releases
Topic: moxquiz error
Replies: 1
Views: 4866

moxquiz error

don´t know if this is the right place for this. anyways.... I get errors from my trivia (moxquiz) Here´s the error i get: Tcl error [moxquiz_purr]: syntax error in expression "($action == "ACTION" && $arg == "pats $botnick" && [...": looking for close pa...