]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX-config.h.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/BitchX.git] / BitchX-config.h.patch
1 --- BitchX/config.h.orig        2004-01-20 01:13:40.852966480 +0000
2 +++ BitchX/config.h     2004-01-20 01:12:44.216576520 +0000
3 @@ -37,7 +37,9 @@
4   *
5   * List last updated: 03/24/01.  -dialtone.
6   */
7 -#define DEFAULT_SERVER  "[efnet] "\
8 +#define DEFAULT_SERVER  "[pldnet"] "\
9 +                               "irc.pld-linux.org "\
10 +                       "[efnet] "\
11                                 "irc.Prison.NET "\
12                                 "irc.colorado.edu "\
13                                 "irc.concentric.net "\
14 @@ -69,6 +71,11 @@
15                                 "efnet.mit.edu "\
16                                 "efnet.vuurwerk.nl "\
17                         "[ircnet] "\
18 +                               "poznan.irc.pl" \
19 +                               "wroclaw.irc.pl" \
20 +                               "krakow.irc.pl" \
21 +                               "lublin.irc.pl" \
22 +                               "warszawa.irc.pl" \
23                                 "irc.webbernet.net "\
24                                 "irc.stealth.net "\
25                                 "irc.funet.fi "\
26 @@ -181,7 +188,7 @@
27  #if defined(WINNT) || defined(__EMX__)
28  #define SERVERS_FILE "irc-serv"
29  #else
30 -#define SERVERS_FILE "ircII.servers"
31 +#define SERVERS_FILE "/etc/irc/ircII.servers"
32  #endif
33  
34  /*
35 @@ -195,7 +202,7 @@
36   * we define the default network type for server groups. Do not just
37   * undefine this.
38   */
39 - #define DEFAULT_NETWORK "efnet"
40 + #define DEFAULT_NETWORK "pldnet"
41  
42  /*
43   * Below are the IRCII variable defaults.  For boolean variables, use 1 for
44 @@ -333,7 +340,7 @@
45   * define this to solve the problem.
46   *
47   */
48 -#undef CHARSET_CUSTOM
49 +#define CHARSET_CUSTOM
50  
51  /* 
52   * If you want the non-ansi BitchX logo only define this ASCII_LOGO
This page took 0.053667 seconds and 3 git commands to generate.