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.
Support & discussion of released scripts, and announcements of new releases.
vBm
Voice
Posts: 6 Joined: Sat Dec 20, 2008 3:59 pm
Post
by vBm » Sun Mar 18, 2012 7:44 am
[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.
Arkadietz
Halfop
Posts: 67 Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;
Post
by Arkadietz » Wed Apr 11, 2012 9:41 pm
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.
goalie204
Halfop
Posts: 44 Joined: Thu Apr 28, 2011 7:31 pm
Post
by goalie204 » Sat Jun 23, 2012 9:28 pm
not working help plz
Anahel
Halfop
Posts: 48 Joined: Fri Jul 03, 2009 6:18 pm
Location: Dom!
Post
by Anahel » Sat Jun 23, 2012 10:01 pm
goalie204 wrote: not working help plz
TVRage API is down - so all tvrage scripts aren't working
Arkadietz
Halfop
Posts: 67 Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;
Post
by Arkadietz » Tue Jun 26, 2012 10:32 am
yeah, true..
On a unix system everything is a file ; if something is not a file , it is a proccess.
x0x
Op
Posts: 140 Joined: Tue Feb 10, 2009 6:42 am
Post
by x0x » Sat Jan 26, 2013 8:03 am
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!
speechles
Revered One
Posts: 1398 Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)
Post
by speechles » Sun Jan 27, 2013 4:54 am
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]