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

by bofh
Mon Feb 14, 2005 12:36 pm
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

Maybe if you read 'The Manual' ? you would find all the help you need. Try this proc subst {text} { regsub -all -- \\\\ $text \\\\\\\\ text regsub -all -- \\\[ $text \\\\\[ text regsub -all -- \\\] $text \\\\\] text regsub -all -- \\\} $text \\\\\} text regsub -all -- \\\{ $text \\\\\{ text regsub ...
by bofh
Mon Feb 14, 2005 12:31 pm
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

Alchera wrote:For each opening bracket '[' there has to be a matching closing bracket ']'.
I know that, but didn't know how to fix...
by bofh
Mon Feb 14, 2005 11:52 am
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

Re: topic with special formatted characters

Well i fixed that (using [join [lrange [split $text] 0 end]] ), but not so well I wanted:

The problem is with this:

!topic {hello]

bot => Tcl error [pub:topic]: unmatched open brace in list


What to do with this? I have no idea... :roll:
by bofh
Mon Feb 14, 2005 10:58 am
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

Alchera wrote:
user wrote:'split' the text before using list commands (like 'lindex' and 'lrange') on it.
Miss something bofh? Like the link so you can READ about the use of split?

Oh, I'm sorry, I understood that reply from user after I answered to him :-)
by bofh
Mon Feb 14, 2005 9:37 am
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

user wrote:'split' the text before using list commands (like 'lindex' and 'lrange') on it.
I think you didn't see the whole code I wrote, did you? :?
I'm using lindex and lrange, but doesn't help...
by bofh
Mon Feb 14, 2005 9:35 am
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

^DooM^ wrote:addslashes

\{hello\} \\x01 \\x02 etc put a \ infront of every special character
Well that's not a solution...
by bofh
Mon Feb 14, 2005 2:07 am
Forum: Archive
Topic: topic with special formatted characters
Replies: 11
Views: 4131

topic with special formatted characters

Hello I have a problem with the topic changing I have this in my script: bind pub -|- !topic pub:topic bind pub -|- !t pub:topic proc pub:topic { nick host handle chan text } { global botnick if { [botisop $chan] } { if { [onchan $nick $chan] && [matchattr $handle o|C $chan] } { set arg [lin...
by bofh
Mon Feb 14, 2005 1:41 am
Forum: Archive
Topic: eggdrop ssl patch with certificate selection
Replies: 3
Views: 2189

eggdrop ssl patch with certificate selection

Hi


is there any possibility to use my own certificates for the ssl irc connection?
I mean something like to add path to certificate and key into the config file...

Thanks for replies