You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lua needs access to UA-side libfiretalk ops; currently, only the PD-side interface is exposed. This causes a problem, for instance, in lua/default.lua, in which insensitive_index is used to compare screen names, but we really need an insensitive_index that compares using a protocol's compare_nicks function.
The text was updated successfully, but these errors were encountered:
…reen names, to. I think that actually, insensitive_index is almost never what we want; we actually need compare_nicks. (This temporary solution doesn't work for the '[' character in IRC, for instance.) See issue #3.
Lua needs access to UA-side libfiretalk ops; currently, only the PD-side interface is exposed. This causes a problem, for instance, in lua/default.lua, in which insensitive_index is used to compare screen names, but we really need an insensitive_index that compares using a protocol's compare_nicks function.
The text was updated successfully, but these errors were encountered: