Re: [Twisted-Python] Two-way telnet client problem

2009-04-11 Thread Jean-Paul Calderone
On Fri, 10 Apr 2009 13:10:28 -0400, Greg Taylor wrote: I guess what I'm getting confused about is how to get my listen server (MUD server) talking to this IMC client connection. Let's say one of my player wants to send a message over the IMC (client) connection. This is done by telnetting into t

Re: [Twisted-Python] Two-way telnet client problem

2009-04-10 Thread Greg Taylor
I guess what I'm getting confused about is how to get my listen server (MUD server) talking to this IMC client connection. Let's say one of my player wants to send a message over the IMC (client) connection. This is done by telnetting into the MUD server and entering a command like: imcmessage "hel

Re: [Twisted-Python] Two-way telnet client problem

2009-04-10 Thread Jean-Paul Calderone
On Thu, 9 Apr 2009 02:34:23 -0400, Greg Taylor wrote: Hello all, I'm still pretty new with Twisted, so the documentation is a little bit cryptic and strange to wade through. I'm writing a MUD server that I'd like to add InterMUD Protocol (IMC) to. This basically allows any of the games running