From: Gabriel B. <sh...@us...> - 2006-06-25 22:53:05
|
Update of /cvsroot/solidircd/solidircd-stable/doc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31589/doc Modified Files: opers.txt reference.conf template.conf Log Message: Minor changes. Index: opers.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/opers.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** opers.txt 18 Mar 2006 04:46:23 -0000 1.6 --- opers.txt 25 Jun 2006 22:53:00 -0000 1.7 *************** *** 3,7 **** - 11/13/02 - srd (sr...@da...) - 10/02/04 - Quension (que...@da...) ! - 17/03/2006 - Sheik (sh...@so...) Based upon opers.txt for ircd-hybrid by: --- 3,7 ---- - 11/13/02 - srd (sr...@da...) - 10/02/04 - Quension (que...@da...) ! - 25/06/2006 - Sheik (sh...@so...) Based upon opers.txt for ircd-hybrid by: *************** *** 204,217 **** - + FREEZE - FREEZE <nick> - This will freeze the user for a temporary amount of time - if they reconnect it will wear off. - - - - + UNFREEZE - UNFREEZE <nick> - This will unset freeze. - - + SET - SET <option> <value> <option> can be one of the following: --- 204,207 ---- Index: template.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/template.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** template.conf 18 Mar 2006 04:46:23 -0000 1.11 --- template.conf 25 Jun 2006 22:53:00 -0000 1.12 *************** *** 1,10 **** /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 17/3/2006 * Read reference.conf for more detailed information on this template *========================================================================= */ - /* * Admin [SUGGESTED] --- 1,9 ---- /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 25/06/2006 * Read reference.conf for more detailed information on this template *========================================================================= */ /* * Admin [SUGGESTED] *************** *** 59,67 **** // optional tokens network_name VidGameChat; # Name of the network ! services_name services.vidgamechat.net; # IRC name of services server ! stats_name stats.vidgamechat.net; # IRC name of stats server ! staff_address staff.vidgamechat.net; # Opermask hostname ! wgmonhost "proxy.vidgamechat.net"; # Wingate monitor scan host ! wgmonurl "http://www.vidgamechat.net"; # URL for wingatemonitor info network_kline "ir...@vi..."; # Contact email fornetwork bans local_kline "ir...@vi..."; # Contact email for server bans --- 58,66 ---- // optional tokens network_name VidGameChat; # Name of the network ! services_name services.solid-ircd.com; # IRC name of services server ! stats_name stats.solid-ircd.com; # IRC name of stats server ! staff_address staff.solid-ircd.com; # Opermask hostname ! wgmonhost "proxy.solid-ircd.com"; # Wingate monitor scan host ! wgmonurl "http://www.solid-ircd.com"; # URL for wingatemonitor info network_kline "ir...@vi..."; # Contact email fornetwork bans local_kline "ir...@vi..."; # Contact email for server bans Index: reference.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/reference.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** reference.conf 18 Mar 2006 04:46:23 -0000 1.5 --- reference.conf 25 Jun 2006 22:53:00 -0000 1.6 *************** *** 1,5 **** /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 17/03/2006 *========================================================================= */ --- 1,5 ---- /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 25/06/2006 *========================================================================= */ *************** *** 99,102 **** --- 99,103 ---- auto_umode_v; # Will automaticly set the hostmaskin mode for users. bot_class bot; # Search bots class exception. + rquit; # Will prevent unregistered users from having a quit message. |