home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / MODS1.ZIP / CONF-MSG.MOD < prev    next >
Text File  |  1996-01-23  |  942b  |  35 lines

  1. Spotnick #1 @20900
  2. Sat Jan 20 13:17:52 1996
  3. RE: This..
  4. BY: Swabby #1 @6037
  5.  
  6. 7>0 9This would be a good idea for the Transfer section like for boards that are0
  7. 7>0 9support sites for software such as French Mod Division or Apogee.0
  8.  
  9. In CONF.C change this thing in jump_conf:
  10.  
  11.   npr("%s",&s[1]);
  12.   ansic(7);
  13.   outstr(get_string(1083));
  14.   ch=onek(s);
  15.   if (ch!=' ') {
  16.     for (i=0; (i<MAX_CONFERENCES) && (uc[i].confnum!=-1); i++) {
  17.       if (ch==cp[uc[i].confnum].designator) {
  18.         setuconf(conftype, i, -1);
  19.         break;
  20.       }
  21.     }
  22.   } 2else {0
  23. 2    sprintf(s,"CONF-%c", ch);0
  24. 2    existprint(s);0
  25. 2  }0
  26.  
  27. Then you create CONF-?.ANS or CONF-?.MSG files for each conferences, and change
  28. the "?" by the conference's designator. 
  29.  
  30. As simple as that! and you won't even notice if the file doesn't exist since
  31. it's an existprint!
  32.  
  33. 9Sp1φ9tnick0
  34. 7ei9528598@7uqac8.7uquebec8.7ca0
  35.