Author: WildThang
authorDanny Mitchell <danny@chatsystems.com>
Fri, 21 Jan 2000 17:32:30 +0000 (17:32 +0000)
committerDanny Mitchell <danny@chatsystems.com>
Fri, 21 Jan 2000 17:32:30 +0000 (17:32 +0000)
Log message: Fixed configuration option for BADCHAN. should keep previous config settings.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@18 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
config/config-sh.in

index 7f3ca5d0659d2ca11361fe70828b46fb57253408..a4a631bf6acc90f7978e01537c79dce2411edb56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,14 @@
 #
 # ChangeLog for Undernet ircu Servers
 #
-# $Id: ChangeLog,v 1.7 2000-01-20 04:51:29 bleep Exp $
+# $Id: ChangeLog,v 1.8 2000-01-21 17:32:27 danny Exp $
 #
 # Please insert new entries on the top of the list, a one or two line comment
 # is sufficient. Please include your name on the entries we know who to blame.
 # Please keep lines < 80 chars.
 #-------------------------------------------------------------------------------
+* Fixed default behavior for BADCHAN. supposed to DEFAULT yes, however
+  should not change each time a make config is done. -- WT
 * doc/readme.www: add Runs link update patch for linux info. --Bleep
 * channel.c, channel.h: add David M's fixup for local channel oper overrides.
   --Bleep
index 82f75de6e27b2b9e653131d19d6defb0e3e90ae4..b2033a65015201740f2ad53e38aafbd39ff55d33 100644 (file)
@@ -229,8 +229,7 @@ comment 'Logging (filenames are either full paths or files within DPATH)'
     fi
 
  comment 'Bad Channel G-Lines allow operators to add channel masks to a list which prohibits local clients from being able joining channels which match the mask.  Remote BadChan Glines allow Uworld to add or remove channels from the servers internal list of badchans'
-  BADCHAN=y
-  bool 'Do you want to enable Bad Channel G-lines' BADCHAN
+  bool 'Do you want to enable Bad Channel G-lines' BADCHAN y
     if [ "$BADCHAN" = "y" ]; then
       echo " "
       echo " WARNING DO _NOT_ USE LOCAL BADCHANNEL GLINES ON UNDERNET"