[srvx-commits] CVS: services/src hash.c,1.172,1.173
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2003-02-28 22:14:49
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13471/src
Modified Files:
hash.c
Log Message:
When the channel bursting in has the same timestamp as srvx's version, accept any additional modes it may have.
Index: hash.c
===================================================================
RCS file: /cvsroot/srvx/services/src/hash.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -C2 -r1.172 -r1.173
*** hash.c 21 Jan 2003 00:56:29 -0000 1.172
--- hash.c 28 Feb 2003 22:14:40 -0000 1.173
***************
*** 368,371 ****
--- 368,372 ----
rel_age = 1;
} else if (cNode->timestamp == time_) {
+ mod_chanmode(cNode, NULL, modes);
rel_age = 0;
} else {
|