IRCclient (version 0.93, jeudi 07 02 2013, at 23h:17m:30s) | index IRCclient.py IRCclient.py.html |
./IRCclient.py [HOST PORT [OPTIONS]] | -z [OPTIONS]
Create a socket on HOST at PORT, and run it a client socket.
Options:
========
* -i, --interactive, -z, --zenity
Force Zenity interactivity : read args HOST and PORT interactively.
with Zenity and PyZenity (don't use it unless you are sure to have both).
* -ni, --non-interactive Disable Zenity interactivity : read args HOST and PORT from command line, Default.
* -w Print << in beginning of every output (experimental).
* -v Be verbous (print usefull informations about connections).
* -h, --help Print this help message.
* -a Print all message incomming from the client or outcomming to the server.
* --debug Launch program in debug mod with pygdb.
Example:
========
$ ./PyRlwrap.py ./IRCclient.py naereen-corp.crans.org 9312 -v -a
Copyrigths:
===========
(c) 09/2012
By Lilian BESSON
ENS de Cachan (M1 Mathematics & M1 Computer Science MPRI)
mailto:lbesson[AT]ens-cachan.fr
For Naereen Corp.
mailto:naereen-corporation[AT]laposte.net
https:sites.google.com/site/naereencorp/liste-des-projets/irc.
Modules | ||||||
|
Functions | ||
|
Data | ||
AsZenity = False HELP = './IRCclient.py [HOST PORT [OPTIONS]] | -z [OPTIO...ogle.com/site/naereencorp/liste-des-projets/irc.\n' HOST = '0.0.0.0' PORT = 12882 PORT_INIT = 12882 PRINT_ALL_MESSAGE = 1 SERVEUR_INIT = '0.0.0.0' WRAPPER_IN = '' WRAPPER_OUT = '<< ' WRAPPER_PRINTED = 0 __author__ = 'Lilian BESSON (mailto:lilian.besson[AT]normale.fr)' __date__ = 'jeudi 07 02 2013, at 23h:17m:30s' __version__ = '0.93' help_User = '\nWelcome in IRC client v0.93.\n\tWrote by Lilian B... : logout violently (not like Ctrl+D or Ctrl+C).\n' kwargs = {'title': 'IRC server', 'window-icon': 'server'} |
Author | ||
Lilian BESSON (mailto:lilian.besson[AT]normale.fr) |