mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02244
[Bug 1077808] Re: Last character of mxp send "direct" gets stripped
TBuffer.cpp needs these two adjustments to fix this:
- _rl2 << _tp.mid(_ki1+1, _cki1-1-(_ki1+1));
+ _rl2 << _tp.mid(_ki1+1, _cki1-(_ki1+1));
- _rl2 << _tp.mid(_ki2+1, _cki2-1-(_ki2+1));
+ _rl2 << _tp.mid(_ki2+1, _cki2-(_ki2+1));
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1077808
Title:
Last character of mxp send "direct" gets stripped
Status in Mudlet the MUD client:
New
Bug description:
Given:
<SEND "tell Zugg " PROMPT>Zugg</SEND>
What gets parsed in is just "tell Zugg" instead of "tell Zugg ".
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1077808/+subscriptions
References