]> git.pld-linux.org Git - packages/BitchX.git/blobdiff - BitchX-config.h
- spell fixes by Tomasz Wittner <wittt_ at poczta.onet.pl>
[packages/BitchX.git] / BitchX-config.h
index 8df3bf9c5e202d7507dea482b9209a041ea51f51..d35c439fc0ba960cfd32122c8c19818ad9ac198b 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.
  * when you've defined LATIN1. The problem is that ansi graphics will look
  * ugly if you use the scroll up feature (PageUp/PageDown)
  */
-#undef ASCII_LOGO
+#define ASCII_LOGO
 
 /* If you define REVERSE_WHITE_BLACK, then the format codes for black and
  * white color are revepsed. (%W, %w is bold black and black, %K, %k is bold
  * `#define IPV6 1'. For older libc and libinet6 run configure script
  * with `--enable-ipv6' parameter.
  */
-#undef IPV6
+#define IPV6 1
 
 #define DEFAULT_PING_TYPE 1
 
 #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.049733 seconds and 4 git commands to generate.