11/11/97

Things 2 Do for this to be a real client:

* Place all limits somewhere rather than scattered in the code.
	privnames, linelen, privlist, openlist
	50, 200, 500, 500

* Use of lib/icb/xxx files.
	flirt, servers, motd, confuse

*       -l server list.

* /m user,user,user message to all?

* /log -- how to catch output?  grab STDOUT and dup?

* remove if/else cmd array in lieu of function pointers.  size?  speed?

* How can I obtain the line length and screen size? - 23 x 78 hardcoded.
	Can I grab them using POSIX ioctls?

* Were all output passed through 'write', we could keep much better track
	of lines and pages.  However the generation of the format lines is 
	expensive.  Should do a profile testing to see how bad it is.

* /confuse: dumb.

* /echo & /noecho: no one uses these.
