Hi there I have an eggdrop running on a Rizon channel - whenever someone who is on the Rizon chanserv access list for the room joins and is auto-voiced, the eggdrop (which has half-op status) de-voices them. Have looked for the bot setting to remove it but am struggling to find the right one. Thanks...
Hi there Am using a script to pull headlines from an RSS feed & just wondering if there's a way to detect special characters in a string to set up an ignore? One of the offending characters is: ⚠️ Have tried: if {[string match *⚠️* $var]} { and: if {[string match *\⚠️* $var]} { ...but no luck. A...
Hi there I have a bot script running fine on one host provider, but on a second host provider I get an error when using the same script: script extract: ::http::register https 443 [list ::tls::socket -autoservername true] error: wrong # args: should be "tls::socket ?options? host port" Jus...
Hi there I was using the v.gd or and/or is.gd url shorteners via a tcl script when sending news items to my channel...but I haven't been able to return any urls from those sites any for some time despite nothing appeared to have changed with the site... Just wondering if anyone had any experience us...