austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 27 forks source link

Exception thrown when calling "tell" from Chatbox #80

Closed Pyeroh closed 9 years ago

Pyeroh commented 9 years ago

Here are details : When I try to call function "tell" from a chatbox, with all parameters, it yells that : 2015-06-16_21 17 13 The whole command is

    p = peripheral.wrap("left")
    p.tell("Pyeroh", "MLP", 10, true, "Test")

I'm on a Chatty Turtle, but it happens also with a Chatbox and a computer.

austinv11 commented 9 years ago

For now, you could fix it by not including the last argument

Pyeroh commented 9 years ago

Wow, such fix :dog2: By the way, it doesn't work : when I add this boolean, this exception is thrown =/

Pyeroh commented 9 years ago

Thank you for your correction =)