[Solved] Irc client help

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
hatninja
Prole
Posts: 30
Joined: Sun Apr 07, 2013 1:31 am
Contact:

Re: Irc client help

Post by hatninja »

I've already set it to one.
It's becoming extremely old code :P

Edit: Updated the summary
Last edited by hatninja on Mon Dec 30, 2013 10:10 pm, edited 1 time in total.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Irc client help

Post by Nixola »

Did you try running my bot on your PC?
Also, what happens exactly if you use port 6667?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
hatninja
Prole
Posts: 30
Joined: Sun Apr 07, 2013 1:31 am
Contact:

Re: Irc client help

Post 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)
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Irc client help

Post 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
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
hatninja
Prole
Posts: 30
Joined: Sun Apr 07, 2013 1:31 am
Contact:

Re: Irc client help

Post 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.
Last edited by hatninja on Mon Dec 30, 2013 10:56 pm, edited 1 time in total.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Irc client help

Post by Nixola »

Then I can't help you, since I don't know what the issue could be
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
hatninja
Prole
Posts: 30
Joined: Sun Apr 07, 2013 1:31 am
Contact:

Re: Irc client help

Post 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!
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 3 guests