This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by Ulath
Sat Feb 05, 2005 5:29 pm
Forum: Archive
Topic: noob msg binding problems
Replies: 1
Views: 1255

noob msg binding problems

I have a problem with the msg event binding, I have: proc whatever { nick host handle msg } { putlog "$msg" puthelp "PRIVMSG $nick $msg" } Simply to echo whatever a user says after the command, but while the putlog works and gives the whole string, the puthelp (and putserv) comma...
by Ulath
Tue Nov 09, 2004 8:46 am
Forum: Archive
Topic: Starting a Project - Advice requested
Replies: 9
Views: 4235

Ok, I've been playing around a bit the last week trying to find the best way of getting a connection to MSN to work, Ive looked at: GAIM (C) - Has all the functionality required, but trying to extract it out of the mix of GTK and other non useful parts seems like suicide for an inexperienced C progr...
by Ulath
Mon Nov 01, 2004 1:48 pm
Forum: Archive
Topic: Starting a Project - Advice requested
Replies: 9
Views: 4235

Thanks for the responses. I will play with that script and see how it goes after talking to my supervisor next week, the only problem I can see with it is it is hard to add additional protocols, for example AIM, but its a good starting point. One last question, any one know any good books for C / TC...
by Ulath
Sun Oct 31, 2004 5:06 pm
Forum: Archive
Topic: Starting a Project - Advice requested
Replies: 9
Views: 4235

Starting a Project - Advice requested

I'm a third year CS student in England, and am starting my dissertation project, which I have the topic for myself, I intend to write something that in its simplest form allows messages to be sent from the MSN messenger network (or any IM network in theory), and arrive in a IRC channel, and back aga...