irc client
- Posted by Kat <gertie at PELL.NET> May 31, 2002
- 443 views
Preliminary, non-working, can be found at: http://www.pell.net/warning/Katbot_0.11.zip Not included is tcp4u, or all the includes in my euphoria\include dir (like machine.e, strtok.e, etc). When i am closer to done, i'll add them to the zip. I am now in the middle of adding all the numerics, and then an internal address list like mirc's ial. But, those of you who are adventurous can take a peek. The main is irc client 12.ew. Hidden.e is those things mirc does in the background. Utilities.e is generic things like msg(), notice(), preparing the serverlist, etc.. The mirc events are broken out into the other includes, like on_op.e (which includes on_deop()), etc. I'll write a book on it later. I am one version beyond this, but i was looking for some feedback for now. Speed wasn't an issue, but may be later. Expandability, threading, and using more than one server at one are the issues as i see them, which is why some things are done wierdly. Before i made a few more changes, mid-version, it did connect, join a room, say something, and reply to ctcp version requests. Send me your wish list, critiques, etc...... Kat