[srvx-commits] CVS: services/src helpserv.c,1.57,1.58
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2002-12-16 00:05:02
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv2124
Modified Files:
helpserv.c
Log Message:
Don't say "has no full helpers present because <a trial> has left"
Index: helpserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** helpserv.c 15 Dec 2002 21:45:54 -0000 1.57
--- helpserv.c 16 Dec 2002 00:04:58 -0000 1.58
***************
*** 3362,3366 ****
}
! if (hs->intervals[INTERVAL_EMPTY_INTERVAL]) {
int num_trials;
if ((num_trials = find_helpchan_helpers(hs)) >= 0) {
--- 3362,3366 ----
}
! if (hs->intervals[INTERVAL_EMPTY_INTERVAL] && hs_user->level >= HlHelper) {
int num_trials;
if ((num_trials = find_helpchan_helpers(hs)) >= 0) {
|