]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
changes according to current config.h
authoralchemyx <alchemyx@pld-linux.org>
Sun, 30 Jan 2000 16:01:47 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-config.h -> 1.3

BitchX-config.h

index 76812b437811c01cb08f86a04e0869dc36ce8f9b..31e8a5faa58e9ae631a267c49a16a7f3c0daa61e 100644 (file)
                        "irc.homelien.no "\
                        "irc.rt.ru "\
                        "[ircnet] "\
-                       "poznan.irc.pl" \
-                       "warszawa.irc.pl" \
-                       "lublin.irc.pl" \
-                       "krakow.irc.pl" \
+                       "poznan.irc.pl " \
+                       "warszawa.irc.pl " \
+                       "lublin.irc.pl " \
+                       "krakow.irc.pl " \
                        "irc.webbernet.net "\
                        "irc.stealth.net "\
                        "irc.funet.fi "\
                        "irc.anynet.org "\
                        "irc.slashnet.org "\
                        "radon.slashnet.org "\
-                       "irc.dude-suit.net"
+                       "irc.dude-suit.net "\
+                       "irc.krushnet.org "\
+                       "irc.solarconnections.com"
 #endif
 
 /*
  * This is recommended when you want to start BitchX in an xterm without
  * the usage of the special "vga"-font. 
  */
-#undef ONLY_STD_CHARS
+#define ONLY_STD_CHARS
 
 /*
  * Normally BitchX uses only the IBMPC (cp437) charset.
 #define DEFAULT_BLINK_VIDEO ON
 #define DEFAULT_CHANNEL_NAME_WIDTH 10
 #define DEFAULT_CLOCK ON
-#define DEFAULT_CLOCK_24HOUR OFF
+#define DEFAULT_CLOCK_24HOUR ON
 #define DEFAULT_COMMAND_MODE OFF
 #define DEFAULT_COMMENT_HACK ON
 #define DEFAULT_DCC_BLOCK_SIZE 2048
 #define WANT_DETACH ON /* this is here for the detach/re-attach code
                           which is essentially a mini-screen */
 #define ALLOW_DETACH ON
-
+#define DEFAULT_DETACH_ON_HUP OFF
 
 #undef OLD_RANDOM_BEHAVIOR   /* semi randomness for randm() */
 
 #define DEFAULT_CTOOLZ_DIR "~/bx-conf"
 #endif
 #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp"
-#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp"
+#define DEFAULT_BITCHX_HELP_FILE IRC_LIB"/BitchX.help"
 #else
 #define DEFAULT_MSGLOGFILE "BitchX.away"
 #define DEFAULT_CTOOLZ_DIR "~/.BitchX"
 #endif
 
 #define DEFAULT_TKLINE_TIME 10
+#define DEFAULT_BOTCHAR '.'            /* default char to enter dcc chat. */
+                                       /* oper serv's tend to send .'s */
+
+#define WANT_CORE
 
 #undef OFF
 #undef ON
This page took 0.06499 seconds and 4 git commands to generate.