Hi,
I have developed an alternative to amsn-remote-CLI who are interesting for chatting in "discret mode" from work, or from other machine without problem

The code are made in python for staying with multiplatform feature
Now, 2 questions :
- I think the listening interface are hard-coded (127.0.0.1). i have patched it but maybe make a mistake. I'm right with it ?
- I think the protocol can be ameliored for parsing features. Others applications use the current protocole ? Or i can change without (too many) incidence ?
Thanks for this great job !
In french:
Je suis plus a l'aise en francais pour m'expliquer

J'ai developpe une alternative a amsn-remote-CLI qui est interessant pour utiliser un chat discretement ou d'une autre machine via un simple telnet / ssh
Le code est en python pour garder le cote multiplateforme
J'ai 2 questions :
- D'apres ce que j'ai vu l'interface est codee en dur (127.0.0.1) et je l'ai donc mis a 0.0.0.0 dans le code, afin de pouvoir me connecter d'une autre machine. J'ai bien fait ou y'a une option quelque part qui m'a echappe ?
- Le protocole remote pourrait etre ameliore, specialement pour le parsing des commandes. Je suis partant pour le refaire si les modifications n'ont aucune incidence sur d'autres choses (fonctionnement interne, addons, plugins ?)
Merci