home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / unaxcess / patch1 / msg.c.pat < prev    next >
Encoding:
Text File  |  1986-11-30  |  640 b   |  21 lines

  1. *** ../temp1/msg.c    Mon May 12 07:38:00 1986
  2. --- msg.c    Mon May 12 07:46:09 1986
  3. ***************
  4. *** 514,520
  5.       struct tm *ltbuf;
  6.       struct user ubuf;
  7.   
  8. !     if (parms.ua_roc && conf[0] == 'r' && conf[1] == '-')
  9.       {
  10.       conf = "general";            /* responses get redirected */
  11.       puts("Read-only conference; message will be added to \"general\".");
  12.  
  13. --- 514,520 -----
  14.       struct tm *ltbuf;
  15.       struct user ubuf;
  16.   
  17. !     if (user.u_access != A_WITNESS && parms.ua_roc && conf[0] == 'r' && conf[1] == '-')
  18.       {
  19.       conf = "general";            /* responses get redirected */
  20.       puts("Read-only conference; message will be added to \"general\".");
  21.