[srvx-commits] CVS: services srvx.conf.example,1.28,1.29
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-18 14:51:35
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv3577
Modified Files:
srvx.conf.example
Log Message:
allow ChanServ to import set options from other modules
make the list and order of options shown by !set configurable
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** srvx.conf.example 14 Sep 2002 03:47:28 -0000 1.28
--- srvx.conf.example 18 Sep 2002 14:51:30 -0000 1.29
***************
*** 170,173 ****
--- 170,177 ----
// character to make ChanServ pay attention to you
"trigger" "!";
+ // what !set options should we show when user calls "!set" with no arguments?
+ "set_shows" ("DefaultTopic", "TopicMask", "Greeting", "UserGreeting", "Modes", "PubCmd", "StrictOp", "AutoOp", "EnfModes", "EnfTopic", "Protect", "Toys", "Setters", "TopicRefresh", "CtcpUsers", "CtcpReaction", "Mod", "Game",
+ "Voice", "UserInfo", "DynLimit", "TopicSnarf", "NoDelete");
+
// A list of !8ball responses
"8ball" ("Not a chance.",
|