[srvx-commits] CVS: services srvx.conf.example,1.42,1.43
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-12-09 02:07:40
|
Update of /cvsroot/srvx/services In directory sc8-pr-cvs1:/tmp/cvs-serv22415 Modified Files: srvx.conf.example Log Message: allow more than one "support" channel for ChanServ Index: srvx.conf.example =================================================================== RCS file: /cvsroot/srvx/services/srvx.conf.example,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** srvx.conf.example 5 Oct 2003 03:13:30 -0000 1.42 --- srvx.conf.example 9 Dec 2003 02:07:36 -0000 1.43 *************** *** 202,207 **** "Absolutely!", "Could be, could be."); ! // channel that support helpers must be in to be helping ! "support_channel" "#support"; // maximum number of channels owned by one account before FORCE is required "max_owned" "5"; --- 202,208 ---- "Absolutely!", "Could be, could be."); ! // channel(s) that support helpers must be in to be helping ! // if this is a list, any one by itself will do ! "support_channel" ("#support", "#registration"); // maximum number of channels owned by one account before FORCE is required "max_owned" "5"; |