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";
|