Page 2 of 2

Re: Irc client help

Posted: Mon Dec 30, 2013 10:01 pm
by hatninja
I've already set it to one.
It's becoming extremely old code :P

Edit: Updated the summary

Re: Irc client help

Posted: Mon Dec 30, 2013 10:06 pm
by Nixola
Did you try running my bot on your PC?
Also, what happens exactly if you use port 6667?

Re: Irc client help

Posted: Mon Dec 30, 2013 10:14 pm
by hatninja
It doesnt work with lua binary or love2d right out of the box...

binary: "socket.lua not found" (I don't think i want to go out of my way to install luasocket)

love2d: "settings.lua not found in 'dofile'" (Strange i know o_O)

Re: Irc client help

Posted: Mon Dec 30, 2013 10:52 pm
by Nixola
What happens if you use this love.update?

Code: Select all

love.update = function(dt)
    local l = irc:receive()
    if l then print(l) end
end

Re: Irc client help

Posted: Mon Dec 30, 2013 10:55 pm
by hatninja
I'm showing you the summary of the code, not the exact code.
It wouldn't change a thing. It doesn't receive anything, period.

Re: Irc client help

Posted: Mon Dec 30, 2013 10:56 pm
by Nixola
Then I can't help you, since I don't know what the issue could be

Re: Irc client help

Posted: Mon Dec 30, 2013 10:59 pm
by hatninja
It seems my small problem has been moved to super problem!
Hooray...

EDIT: Oh, what do you know! changed the port to 8000 and it worked!