LuaIRC icon indicating copy to clipboard operation
LuaIRC copied to clipboard

IRC library for Lua

Results 19 LuaIRC issues
Sort by recently updated
recently updated
newest added

I received the above error message using LuaIRC with the Minetest IRC mod. Because I am only able to configure `secure` as a boolean `true` and not with a table...

The link to the online documentation was invalid and I fixed it to point at the right place.

Hello! First thanks for this code, it works really nicely. The problem I have is when I use irc:whois() it takes up to 2 seconds when the user is present...

At the moment hooks are iterated over with `pairs()`, which is unordered. This means that hooks are not fired in a consistent order; and therefore that returning `true` to stop...

This combines a number of my pull requests and future commits will be added to it to prevent flooding the issue list. To do: - [x] Add RPL_ISUPPORT parsing. -...

I'm working on a (private) branch with [cqueues](https://github.com/wahern/cqueues) compatability. I'm creating this issue to track it. Should have something in a day or so.

The server closes your connection if you are in the process of connecting and do not supply another nickname.