Code Monkey home page Code Monkey logo

luairc's People

Contributors

gandro avatar jakobovrum avatar jsimmons avatar mindless2112 avatar ncopa avatar rocketeerbkw avatar shadowninja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

luairc's Issues

cqueues compatability

I'm working on a (private) branch with cqueues compatability. I'm creating this issue to track it. Should have something in a day or so.

Topic change

Hello,

Could you please help and tell how to change the topic on a channel using the luairc lib you have written?

Thanks!

irc:whois() is unrealisticly slow

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 and up to 4 seconds when there is no such user.
Here my test case, this function is in onchat hook:
if (channel == bot.nick and command == "whois") then
local userinfo = bot:whois(message:sub(7))['userinfo']
if (userinfo) then
local host = userinfo[4]
if (host) then
sircbot:sendChat(user.nick, host)
end
else
sircbot:sendChat(user.nick, "user not found")
end
end

The mentioned times are reponse times, between giving the command to the bot and the reply of the bot.

Thanks in advance!
Tamás

Hooks are not fired in consistent order

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 further processing isn't useful.

Can't connect to irc.efnet.org

lua: /usr/local/share/lua/5.2/irc/init.lua:137: Closing Link: xxxx.xxxx.com (Connection timed out)

Am I missing something?

I'm using Lua 5.2

create release tag

I tested this and it seems to work fairly well.

Would it be possible to create a release tag? v0.1 or similar.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.