What I'm trying to do, is have control over the world, as well as connect it to irc, so the irc:// link doesn't really do what I want, entirely.
I've tried using shell() to send out telnet commands, to connect to irc that way, but..
"shell proc
..
The calling proc will sleep until the command is finished executing. "
Because of this, I can't do something like:
shell("telnet linux.gdiracing.com 6667")
shell("user ident host linux.gdiracing.com :[ckey]")
shell("nick [ckey]")
(And I was hoping that'd do it, so I could figure out how to intercept stuff like PING, but it doesn't work, so..)
I've also looked around in irc.dms, but it doesn't seem like I can do too much to it.
Has anyone tried to do this with success? Am I thinking outside the scope of possiblities? Does BYOND even care about IRC anymore? :o
I imagine with a DLL file running some code on a different thread (if it isn't on a different thread, call() will lockup until the DLL has completed it's process, IIRC) you could probably manage to pull it off using something like world/Topic().
IIRC, Lummox isn't too fond of IRC. And I personally couldn't care less about it. =D