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 ...
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...
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...