Ian Ward <[EMAIL PROTECTED]> writes: > What are the correct options to pass to this script? It keeps > complaining to me about missing/unrecognized parameters, and the help > text is unhelpful.
script.py <nick> <server> as defined by the Options class. Reading the API docs for the base class of that class should help improving the help text. Yes, I actually also improved it from the cursesclient.py a bit in that part. It had hard coded the server name for example. :) -- Ilpo Nyyssönen # biny # /* :-) */ _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
