[SithNet-Patches] [CVS] Module gnuworld-sithnet: Change committed
Brought to you by:
darthsidious_
From: Tim I. <dar...@us...> - 2003-08-20 17:44:40
|
Committer : Tim Ireland <dar...@us...> CVSROOT : /cvsroot/sithnet-dev Module : gnuworld-sithnet Commit time: 2003-08-20 15:33:47 UTC Modified files: bin/cservice.example.conf Log message: Added a few config options related to VERIFYCommand, read changelog.sithnet for info ---------------------- diff included ---------------------- Index: gnuworld-sithnet/bin/cservice.example.conf diff -u gnuworld-sithnet/bin/cservice.example.conf:1.1 gnuworld-sithnet/bin/cservice.example.conf:1.2 --- gnuworld-sithnet/bin/cservice.example.conf:1.1 Wed Aug 20 07:05:14 2003 +++ gnuworld-sithnet/bin/cservice.example.conf Wed Aug 20 08:33:37 2003 @@ -1,4 +1,4 @@ -# $Id: cservice.example.conf,v 1.1 2003/08/20 14:05:14 darthsidious_ Exp $ +# $Id: cservice.example.conf,v 1.2 2003/08/20 15:33:37 darthsidious_ Exp $ # Channel Services configuration file. # # sql_host = Hostname/IP of the PostgreSQL server. @@ -47,6 +47,21 @@ # Channel used to extract levels to display coder access status. coder_channel = #Coder-com + +# +# Official Channel. +# +# Channel used to extract levels to display a user's "official" status + +official_channel = #Official + +# +# Feds Channel. +# +# Channel used to extract levels to display a users "feds/ feds helper" status +# this _must_ be defined for mod.cservice to run. + +feds_channel = #Feds # # Frequency in seconds to check the database for updates. ----------------------- End of diff ----------------------- |