[srvx-commits] CVS: services/src nickserv.help.m4,1.12,1.13
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2002-11-11 05:00:00
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv19903
Modified Files:
nickserv.help.m4
Log Message:
Def style is the default, despite what the help file said
Index: nickserv.help.m4
===================================================================
RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** nickserv.help.m4 5 Nov 2002 03:08:38 -0000 1.12
--- nickserv.help.m4 11 Nov 2002 04:59:56 -0000 1.13
***************
*** 237,241 ****
"$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
"$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
! "$bSTYLE$b: The style you want srvx to use for channel userlists it sends you. $bSTYLE$b can be either $bDef$b or $bZoot$b (default).",
"$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
"$bWIDTH$b: The width you want srvx to wrap text it sends you. (Use 0 for the default.)",
--- 237,241 ----
"$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
"$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
! "$bSTYLE$b: The style you want srvx to use for channel userlists it sends you. $bSTYLE$b can be either $bDef$b (default) or $bZoot$b.",
"$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
"$bWIDTH$b: The width you want srvx to wrap text it sends you. (Use 0 for the default.)",
|