Re: Does anyone have a copy of eukat's irc.e?

new topic     » goto parent     » topic index » view thread      » older message » newer message
eukat said...
jimcbrown said...

True, there hasn't been anything new with IRC coding since Jeremy.

I was asking Matt questions about socks and tasks, related to an irc.e, two months(?) ago. I started out trying to debug why Jeremy's irc.e would quit responding to everything, and then minutes later the server would say it disconnected, but zero change on the screen here. So i gave up on his code, and wrote an irc.e that does stay connected and active.

Ah, OK. I wasn't aware of that.

eukat said...

And before you (jimcbrown) got involved in this, i had already sent my working irc.e to bugmagnet.

Ah, ok. It didn't sink in that this was new code (as opposed to existing code that has been around for the past 10 years or so).

eukat said...

Already sent working irc.e.

This appears to be false. I posted a response at 22:18, but you did not appear to email it until 22:45.

Although, I probably would have pointed out alternatives anyways, so that future forum users would have an easier time finding all the existing irc libraries that remained.

eukat said...

This is how you make me useless, no matter what i do. So what does it matter if i delete working code? It's useless when unused, it's useless when it's existance is denied.

It still gets to me,

You can't blame other people for the code you've deleted.

If you can still use it, then it isn't useless. If just one person can make use of it, then it isn't useless.

eukat said...
jimcbrown said...

<deleted 200 lines of time wasted in which jimcbrown is .....>

Not at all. I was glad for the chance to clarify the misconceptions that you held about me.

eukat said...

Tiggr isn't.

Keep in mind that a community about the Euphoria programming language may not be the best place to show off a mIRC script (and component parts)...

Tiggr was removed over my objections. If it were up to me, that bot would still be in the IRC channel right now.

eukat said...
jimcbrown said...

Show me where you've contributed code to the community in the last three years. You can't do it.

8 am Friday 4/26/2013 
[08:07] <useless-afk> it's oeu who says they want an irc.e and doesn't have one, and i do 

Yes, I (representing oeu) can confirm that an std/net/irc.e is wanted.

eukat said...

11 pm Sunday 6/2/2013 12,12..12,0 
[23:59] <bugmagnet> i'm looking for sample code so I can get an idea of how to write an irc bot in euphoria. links anyone? 
---and then he left, quit talking, so i left also--- 
[07:10] <bugmagnet> I'm still asking for code 
---- 
[10:53] <bugmagnet> can you email it to me? 
---- 
[22:45] <useless-afk> <ding> you have email 
[22:46] <bugmagnet> cool! thanks. 
He asked for it, i sent it.

Very cool.

eukat said...

For a decade, i have asked for a gui.e, so i can say "make a window", and puts(windowname,"text of some kind\n"). I don't have that. No one is making that. So don't make it out like .... forget it, you won't change, i am wasting effort again.

Sounds easy enough to do.

include llamagtk.e 
 
public override procedure puts(atom a, object x) 
	if integer(a) then 
		puts(a, x) 
	else 
		if atom(x) then 
			x = {x} 
		end if 
		wPuts(getLlamaId(a), x) 
	end if 
end procedure 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu