#include <conio.h>
#include <string.h>
#include "extern.h"

opecall()
       { int i;
         if ( ! moniflg ) return(0);
         strcpy(ssent,"\nＳＹＳＯＰ呼出中です\n");
         rsout();
         
         for ( i = 0 ; i < 4 ; i++)
             {   printf("\x07!!!! SYSOP CALL !!!! FROM %s\n",hiscall);
                 rsans(1); }
         rsans(10);
         if ( kbhit () )  chat();
           else   { 
         			strcpy(ssent,"ＳＹＳＯＰ不在でした\n");
         			rsout();
                  }

         return(0);
       }  
