Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Lua ➜ Chat plugin callbacks

Chat plugin callbacks

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Pi   (1 post)  Bio
Date Wed 02 Feb 2005 04:53 AM (UTC)
Message
Hi.

I've converted most of the chat plugin to Lua as vbscript is very unstable here on Wine.

All the aliases have been converted and all the script functions, but I'm having a problem with the final task of converting the callback functions. Although the functions are called when they should be, the arguments are all nil.

function OnPluginChatDisplay (message, sText)
Note(message, sText)
-- message and sText are both nil
end

function OnPluginChatNewUser (id, name)
Note(id, name)
-- id and name are both nil
end

I've tried this on both Windows and Wine with the same results. Is this supposed to happen?
Top

Posted by Nick Gammon   Australia  (23,158 posts)  Bio   Forum Administrator
Date Reply #1 on Sat 05 Feb 2005 11:22 PM (UTC)

Amended on Sat 05 Feb 2005 11:23 PM (UTC) by Nick Gammon

Message
You have found a bug in the Lua script implementation that will be fixed in version 3.66.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


10,260 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.