[srvx-commits] CVS: services srvx.conf.example,1.31,1.32
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-10-31 03:38:05
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv7122
Modified Files:
srvx.conf.example
Log Message:
make default epithets options in srvx.conf
allow !wipeinfo self
MODCMD_REQUIRE_CHANNEL for op, deop, voice, devoice commands
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** srvx.conf.example 29 Oct 2002 07:51:41 -0000 1.31
--- srvx.conf.example 31 Oct 2002 03:38:01 -0000 1.32
***************
*** 189,192 ****
--- 189,196 ----
// how long between automatic topic refreshes with TopicRefresh 0
"refresh_period" "3h";
+ // what should !access say for various staff?
+ "irc_operator_epithet" "a megalomaniacal power hungry tyrant";
+ "network_helper_epithet" "a wannabe tyrant";
+ "support_helper_epithet" "a wannabe tyrant";
};
|