← Back to team overview

mudlet-makers team mailing list archive

[Bug 1094123] Re: (c|d|h)echoLink("[ ] HELLO!", "lua", "hint", nil) fails to render

 

Passing nil makes the first argument be ambiguous, can't tell whenever
it should be text or a miniconsole - so this should not be done.

** Changed in: mudlet
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1094123

Title:
  (c|d|h)echoLink("[ ] HELLO!", "lua", "hint", nil) fails to render

Status in Mudlet the MUD client:
  Invalid

Bug description:
  As per a recent git change, echoLink("[ ] HELLO!", "lua", "hint", nil)
  will show nothing. echoLink("[ ] HELLO!", "lua", "hint", false) or
  echoLink("[ ] HELLO!", "lua", "hint") work.

  LuaGlobal API needs to be updated for this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1094123/+subscriptions


References