[12:42:21] <~vBm[L]Ini> .tvnext alcatraz
[12:42:22] <BeyondBot> TV: Please wait, querying server...
[11:42:28] Tcl error [tvnext]: couldn't compile regular expression pattern: invalid escape \ sequence
Would be nice if you could fix this.

x0x wrote:Since I've patched my Eggdrop 1.8 with the UTF-8 patch ( http://eggwiki.org/Utf-8 ), the bullets don't come through.
Help!
Code: Select all
# Change from:
set arg [string map [list "%bold" "\002" "%uline" "\037" "%bull" "\u2022" "%color" "\003"] $arg]
# Into:
set arg [string map [list "%bold" "\002" "%uline" "\037" "%bull" "[encoding convertto utf-8 \u2022]" "%color" "\003"] $arg]