Newer
Older
ch=sbbs_random(25)+25;
while(ch--) {
mswait(200);
outchar('.');
}
}
bprintf(text[SysopIsHere],cfg.guru[gurunum]->name);
if(getnodedat(cfg.node_num,&thisnode,true)==0) {
thisnode.aux=gurunum;
putnodedat(cfg.node_num,&thisnode);
}
attr(cfg.color[clr_chatlocal]);
guruchat(str,gurubuf,gurunum,lastanswer);
str[0]=0;
while(online && (sys_status&SS_GURUCHAT)) {
checkline();
action=NODE_GCHT;
SYNC;
if(str[0]) {
attr(cfg.color[clr_chatlocal]);
guruchat(str,gurubuf,gurunum,lastanswer);
str[0]=0;
}
continue;
}
}
attr(cfg.color[clr_chatremote]);
getstr(str,78,K_WRAP|K_CHAT);
}