DK
Visitor
|
Pm problem with attribute 'b' - 2007/02/16 15:55
First of all, I really like this Python chat server. It rocks!
I have encounter a problem with the private message. I need to pm a user and get the server to send back the same message to me (to be display in the textArea). However the below code doesn't get any feedback from the server.
| Code: | <m c='Jack' b='1'>hihihihi</m>
|
I can use 'b' with PM? Where should I change the code in the server (which file which module)?
Thanks a lot.
|