[srvx-commits] CVS: services srvx.conf.example,1.40,1.41
                
                Brought to you by:
                
                    entrope
                    
                
            
            
        
        
        
    | 
      
      
      From: Entrope <en...@us...> - 2003-07-12 03:19:22
      
     | 
| Update of /cvsroot/srvx/services
In directory sc8-pr-cvs1:/tmp/cvs-serv1215
Modified Files:
	srvx.conf.example 
Log Message:
allow modes for OpServ's special channels to be specified in the config file
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** srvx.conf.example	11 Jul 2003 20:42:13 -0000	1.40
--- srvx.conf.example	12 Jul 2003 03:19:18 -0000	1.41
***************
*** 129,136 ****
--- 129,139 ----
          // what channel should opserv send debug output to?
          "debug_channel" "#opserv";
+         "debug_channel_modes" "+tinms";
          // where to send general alerts (e.g. flood alerts)?
          "alert_channel" "#ircops";
+         "alert_channel_modes" "+tns";
          // who to tell about staff auths?
          "staff_auth_channel" "#opserv";
+         "staff_auth_channel_modes" "+tinms";
          // how many clones to allow from an untrusted host?
          "untrusted_max" "4";
***************
*** 167,171 ****
          // unless you specified ".disabled".)
          "nick" "ChanServ";
-         "debug_channel" "#chanserv";
          // how long should a person be unseen before resending infoline?
          "info_delay" "120";
--- 170,173 ----
 |