Update of /cvsroot/genericircd/gircd2.0
In directory sc8-pr-cvs1:/tmp/cvs-serv15256
Modified Files:
installer
Log Message:
Added USER CLOAK Feature.
Index: installer
===================================================================
RCS file: /cvsroot/genericircd/gircd2.0/installer,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** installer 20 Oct 2003 09:27:41 -0000 1.7
--- installer 25 Oct 2003 20:30:23 -0000 1.8
***************
*** 438,441 ****
--- 438,443 ----
echo F:SETHOST:TRUE >> $INSTALLDIR/ircd.conf
echo F:HIS_GLINE:FALSE >> $INSTALLDIR/ircd.conf
+ echo F:USERCLOAK:TRUE >> $INSTALLDIR/ircd.conf
+ echo F:USER_CLOAK_HOST:cloak.genericnet.org >> $INSTALLDIR/ircd.conf
echo
echo ircd.conf created!
|