#include <string.h>
#include "extern.h"

opecall()
       { int i;
         if ( ! moniflg ) return(0);
         strcpy(ssent,"... QRX ...\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,"... SRI ...\n\n");
                    rsout();  }
    */     
         return(0);
       }  
