home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / ZIPGN&R.MOD < prev   
Text File  |  1991-01-11  |  3KB  |  109 lines

  1.  
  2. void reqchat()           /* Guns and Roses Chat Call */
  3. {                        /* Replace in bbsutl.c */
  4.   int ok,page_reqs,ok1;
  5.   char s[81];
  6.  
  7.   nl();
  8.   nl();
  9.   ok=sysop2();
  10.   if (restrict_chat & thisuser.restrict)
  11.     ok=0;
  12.   if (ok) {
  13.     if (chatcall) {
  14.       chatcall=0;      pl("Chat call turned off");    /* get_string(94); */
  15.       topscreen();
  16.     } else {
  17.       helpl=3;
  18.       prt(2,"Yer reason, Mate? ");   /* get_string(95); */
  19.       inputl(s,70);
  20.       if (s[0]) {
  21.         chatcall=1;
  22.         strcpy(chatreason,"Chat: ");
  23.         strcat(chatreason,s);
  24.         nl();
  25.         sysoplog(chatreason);
  26.         for (ok=strlen(chatreason); ok<80; ok++)
  27.           chatreason[ok]=32;
  28.         chatreason[80]=0;
  29.         topscreen();
  30.         chatcall=0;
  31.         nl();
  32.         page_reqs++;
  33.     prt(7,"Now paging SiD (God...)"); nl(); nl();   /* get_string(97); */
  34.     sound(284); delay(200);
  35.     sound(568); delay(200);
  36.     sound(426); delay(200);
  37.     sound(379); prt(6,"<<2*6>> "); delay(120);
  38.     sound(758); delay(200);
  39.     sound(426); delay(200);
  40.     sound(716); delay(200);
  41.     sound(426); prt(6,"<<2*6>> "); delay(120);
  42.     sound(284); delay(200);
  43.     sound(568); delay(200);
  44.     sound(426); delay(200);
  45.     sound(379); prt(6,"<<2*6>> "); delay(120);
  46.     sound(758); delay(200);
  47.     sound(426); delay(200);
  48.     sound(716); delay(200);
  49.     sound(426); prt(6,"<<2*6>> "); delay(120);
  50.     sound(319); delay(200);
  51.     sound(568); delay(200);
  52.     sound(426); delay(200);
  53.     sound(379); prt(6,"<<2*6>> "); delay(120);
  54.     sound(758); delay(200);
  55.     sound(426); delay(200);
  56.     sound(716); delay(200);
  57.     sound(426); delay(120);
  58.     sound(319); delay(200);
  59.     sound(568); delay(200);
  60.     sound(426); delay(200);
  61.     sound(379); prt(6,"<<2*6>> "); delay(120);
  62.     sound(758); delay(200);
  63.     sound(426); delay(200);
  64.     sound(716); delay(200);
  65.     sound(426); prt(6,"<<2*6>> "); delay(120);
  66.     sound(379); delay(200);
  67.     sound(568); delay(200);    sound(426); delay(200);
  68.     sound(379); prt(6,"<<2*6>> "); delay(120);
  69.     sound(758); delay(200);
  70.     sound(426); delay(200);
  71.     sound(716); delay(200);
  72.     sound(426); delay(120);
  73.     sound(379); delay(200);
  74.     sound(568); delay(200);
  75.     sound(426); delay(200);
  76.     sound(379); prt(6,"<<2*6>> "); delay(120);
  77.     sound(758); delay(200);
  78.     sound(426); delay(200);
  79.     sound(716); delay(200);
  80.     sound(426); prt(6,"<<2*6>> "); delay(120);
  81.     sound(284); delay(200);
  82.     sound(568); delay(200);
  83.     sound(426); delay(200);
  84.     sound(379); prt(6,"<<2*6>> "); delay(120);
  85.     sound(758); delay(200);
  86.     sound(426); delay(200);
  87.     sound(716); delay(200);
  88.     sound(426); delay(120);
  89.     sound(284); delay(200);
  90.     sound(568); delay(200);
  91.     sound(426); delay(200);
  92.     sound(379); prt(6,"<<2*6>> "); delay(120);
  93.     sound(758); delay(200);
  94.     sound(426); delay(200);
  95.     sound(716); delay(200);
  96.     sound(426); prt(6,"<<2*6>> "); delay(120);
  97.     nosound();nl();chatcall=1;printfile("chat1.msg");
  98.     }  }
  99.       } else {                                    /* put *.msg in gfiles */
  100.     nl();
  101.     printfile("chat.msg");
  102.     nl();
  103.     strcpy(irt,"Give it up...he's NOT THERE!");
  104.     imail(1,0);
  105.     }
  106.      }
  107.  
  108.  
  109.