| View previous topic :: View next topic |
| Author |
Message |
vBm Voice
Joined: 20 Dec 2008 Posts: 6
|
Posted: Sun Mar 18, 2012 7:44 am Post subject: |
|
|
[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. |
|
| Back to top |
|
 |
Arkadietz Halfop

Joined: 14 Jul 2006 Posts: 67 Location: cat /dev/zero > /dev/null;
|
Posted: Wed Apr 11, 2012 9:41 pm Post subject: |
|
|
Is there delay see bottom:
[04:38:52] <Kiril> !n warehouse 13
[04:38:57] <Monica> [05:39:00] <<Kiril>> !Kiril! !n warehouse 13
[04:43:47] <Kiril> !n burn notice
From Bot's PRIVATE: [04:43:52] <Monica> [05:43:54] <<Kiril>> !Kiril! !n burn notice
Channel Reult: [04:43:52] <Monica> TV: The next episode of Burn Notice is not yet scheduled. That makes me a sad panda.
how i see it's about 5 seconds _________________ On a unix system everything is a file ; if something is not a file , it is a proccess. |
|
| Back to top |
|
 |
goalie204 Halfop
Joined: 28 Apr 2011 Posts: 44
|
Posted: Sat Jun 23, 2012 9:28 pm Post subject: |
|
|
| not working help plz |
|
| Back to top |
|
 |
Anahel Halfop

Joined: 03 Jul 2009 Posts: 48 Location: Dom!
|
Posted: Sat Jun 23, 2012 10:01 pm Post subject: |
|
|
| goalie204 wrote: | | not working help plz |
TVRage API is down - so all tvrage scripts aren't working |
|
| Back to top |
|
 |
Arkadietz Halfop

Joined: 14 Jul 2006 Posts: 67 Location: cat /dev/zero > /dev/null;
|
Posted: Tue Jun 26, 2012 10:32 am Post subject: |
|
|
yeah, true.. _________________ On a unix system everything is a file ; if something is not a file , it is a proccess. |
|
| Back to top |
|
 |
x0x Op
Joined: 10 Feb 2009 Posts: 140
|
Posted: Sat Jan 26, 2013 8:03 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Sun Jan 27, 2013 4:54 am Post subject: |
|
|
| 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: | # 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] |
_________________ speechles' eggdrop tcl archive |
|
| Back to top |
|
 |
x0x Op
Joined: 10 Feb 2009 Posts: 140
|
|
| Back to top |
|
 |
|