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
Wrap
Text File
|
1991-01-11
|
3KB
|
109 lines
void reqchat() /* Guns and Roses Chat Call */
{ /* Replace in bbsutl.c */
int ok,page_reqs,ok1;
char s[81];
nl();
nl();
ok=sysop2();
if (restrict_chat & thisuser.restrict)
ok=0;
if (ok) {
if (chatcall) {
chatcall=0; pl("Chat call turned off"); /* get_string(94); */
topscreen();
} else {
helpl=3;
prt(2,"Yer reason, Mate? "); /* get_string(95); */
inputl(s,70);
if (s[0]) {
chatcall=1;
strcpy(chatreason,"Chat: ");
strcat(chatreason,s);
nl();
sysoplog(chatreason);
for (ok=strlen(chatreason); ok<80; ok++)
chatreason[ok]=32;
chatreason[80]=0;
topscreen();
chatcall=0;
nl();
page_reqs++;
prt(7,"Now paging SiD (God...)"); nl(); nl(); /* get_string(97); */
sound(284); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); prt(6,"<<2*6>> "); delay(120);
sound(284); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); prt(6,"<<2*6>> "); delay(120);
sound(319); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); delay(120);
sound(319); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); prt(6,"<<2*6>> "); delay(120);
sound(379); delay(200);
sound(568); delay(200); sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); delay(120);
sound(379); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); prt(6,"<<2*6>> "); delay(120);
sound(284); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); delay(120);
sound(284); delay(200);
sound(568); delay(200);
sound(426); delay(200);
sound(379); prt(6,"<<2*6>> "); delay(120);
sound(758); delay(200);
sound(426); delay(200);
sound(716); delay(200);
sound(426); prt(6,"<<2*6>> "); delay(120);
nosound();nl();chatcall=1;printfile("chat1.msg");
} }
} else { /* put *.msg in gfiles */
nl();
printfile("chat.msg");
nl();
strcpy(irt,"Give it up...he's NOT THERE!");
imail(1,0);
}
}