[srvx-commits] CVS: services srvx.conf.example,1.18,1.19
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-04 03:33:07
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv15907
Modified Files:
srvx.conf.example
Log Message:
add "ghost" command to NickServ (disabled by default)
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** srvx.conf.example 4 Jul 2002 02:47:30 -0000 1.18
--- srvx.conf.example 4 Jul 2002 03:33:04 -0000 1.19
***************
*** 42,47 ****
// one account may only have this many nicks
"nicks_per_account" "4";
! // this is the default
"disable_nicks" "0";
// do we warn when somebody uses to a registered nick?
"warn_nick_owned" "0";
--- 42,49 ----
// one account may only have this many nicks
"nicks_per_account" "4";
! // should nick ownership be disabled?
"disable_nicks" "0";
+ // should we allow ghost kills?
+ "enable_ghost" "0";
// do we warn when somebody uses to a registered nick?
"warn_nick_owned" "0";
|