home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume16 / conf2 / part05 / doc / confhelp < prev    next >
Encoding:
Text File  |  1988-09-14  |  2.6 KB  |  85 lines

  1.         Help File for conf. (/usr/lib/conf/confhelp)
  2.  
  3. Conf is a line oriented multi-user chat program designed to work on any
  4. SysV, BSD, or Xenix system.
  5.  
  6. Conf has several advantages over the standard write program supplied
  7. with most Unix and Xenix operating systems.
  8.  
  9.     o    Unlimited users conferencing at once.
  10.  
  11.     o    100 separate discussion lines.
  12.  
  13.     o    Public and private messages in addition to password
  14.          encrypted messages.
  15.  
  16.     o    Quick and efficient user interaction.
  17.  
  18.     o    User definable formats for messages.
  19.  
  20.     o    Intelligent message display algorithm.
  21.  
  22. A brief description of COLON commands is given below.  To learn more about
  23. conf, type "man conf" at your shell prompt or ":!man conf" from within conf.
  24.  
  25. :cls {no options}
  26.     Clear the screen.
  27.  
  28. :exit or :quit {comments}
  29.     Leave conference.
  30.  
  31. :from FILENAME
  32.     Take message from file.
  33.  
  34. :help [COMMAND]
  35.     Print lots of help about a given command.  Default prints entire help
  36.     file.
  37.  
  38. :record [FILENAME]
  39.     Start recording conference messages to the file specified.  If no file
  40.     is specified and you are not current recording, the default file will be
  41.     used otherwise the currently record file will be closed and you will
  42.     stop recording.
  43.  
  44. :reply MESSAGE
  45.     Reply to last message sent privately.  With no args, reply will print
  46.     the user and tty to send to.
  47.  
  48. :ring USER1 [, USER2, ...]
  49.     Invite specified users to join you on conf.
  50.  
  51. :send {[USER][, /LINENUMBER][, :TTYNAME][, ...]} MESSAGE
  52.     Send a private message to a    username, ttyname, or line number.
  53.     When listing a linenumber, the number must    be proceeded by    a
  54.     slash '/'.  When listing a ttyname, the ttyname must be procceded
  55.     by a colon ':'.
  56.  
  57. :set {[(no)OPTION][, OPTION=VALUE | OPTION="STRING VALUES"
  58.     Set a flag or option.  If no argument if given to a numeric or
  59.     string option, the current value will be displayed.
  60.  
  61. :shell {no options}
  62.     Invoke preferred shell.
  63.  
  64. :shout MESSAGE
  65.     Send a message to all terminals logged in to conf.  Don't use this
  66.     command thoughtlessly.
  67.  
  68. :to LINENUMBER
  69.     Switch to a new conference line (1 - 100).  If no argument is given,
  70.     your current conference line will be displayed.
  71.  
  72. :who LINENUMBER
  73.     List users on conference.  With no args, all conference lines are
  74.     displayed.  Who will list users names, ttys, and what lines they
  75.     are on.  If a users name is proceeded by an asterisk '*', that
  76.     user is currently recording.
  77.  
  78. :version {no options}
  79.     Print the current version of conf and some credits.
  80.  
  81. :? [COMMAND]
  82.     Little help.  Just print the usage line for    a given colon command.
  83.     If no argument is given conf will displays the names of all commands
  84.     available to the user.
  85.