home *** CD-ROM | disk | FTP | other *** search
- *** ../temp1/msg.c Mon May 12 07:38:00 1986
- --- msg.c Mon May 12 07:46:09 1986
- ***************
- *** 514,520
- struct tm *ltbuf;
- struct user ubuf;
-
- ! if (parms.ua_roc && conf[0] == 'r' && conf[1] == '-')
- {
- conf = "general"; /* responses get redirected */
- puts("Read-only conference; message will be added to \"general\".");
-
- --- 514,520 -----
- struct tm *ltbuf;
- struct user ubuf;
-
- ! if (user.u_access != A_WITNESS && parms.ua_roc && conf[0] == 'r' && conf[1] == '-')
- {
- conf = "general"; /* responses get redirected */
- puts("Read-only conference; message will be added to \"general\".");
-