/* handle optional REPLY STRING */
if (optind < argc)
G.identuser = argv[optind];
else
G.identuser = nobodystr;
That's a feature we definately want to keep.
But I won't comment on the rest of the code, I've always thought it to
be a bit bloated.. but it is the least bloated and I didnt dare writing
my own.
So, if you keep the features, feel free to chop it down.
Thomas.