From: Gabriel B. <sh...@us...> - 2006-03-12 19:47:53
|
Update of /cvsroot/solidircd/solidircd-stable/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29207/doc Modified Files: Makefile.in opers.txt Log Message: Refer to CHANGES. Index: opers.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/opers.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** opers.txt 12 Mar 2006 17:23:59 -0000 1.3 --- opers.txt 12 Mar 2006 19:47:50 -0000 1.4 *************** *** 92,95 **** --- 92,96 ---- * z - Shows memory stats ? - Shows network traffic statistics + * b - Shows the list of g-lines CONNECT - CONNECT <server_A> [port [server_B]] Index: Makefile.in =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.in 27 Dec 2005 19:38:13 -0000 1.4 --- Makefile.in 12 Mar 2006 19:47:50 -0000 1.5 *************** *** 25,29 **** INSTALL_DIR=@INSTALL_DIR@ ! FILES=opers.txt reference.conf template.conf elmer.conf all: --- 25,29 ---- INSTALL_DIR=@INSTALL_DIR@ ! FILES=opers.txt reference.conf template.conf elmer.conf rehash all: |