[FIXED] Possible Bug: copy/appendBuffer

Post Reply
User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

[FIXED] Possible Bug: copy/appendBuffer

Post by tsuujin »

After the most recent update of Mudlet, I'm finding my existing scripts that use
Code: [show] | [select all] lua
selectString(line,1)
copy()
appendBuffer("some window")
no longer work. Can someone confirm that they're working on pre6?

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Possible Bug: copy/appendBuffer

Post by Heiko »

That's my bad. Should work in < pre7

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Possible Bug: copy/appendBuffer

Post by tsuujin »

ah, cool. Any timeline on release? I've got a few systems that use it heavily

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Possible Bug: copy/appendBuffer

Post by Heiko »

fixed & updated git

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Possible Bug: copy/appendBuffer

Post by tsuujin »

Heiko wrote:fixed & updated git
Awesome, thanks.

Post Reply