1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
--- epic4-2.10.6.orig/include/config.h
+++ epic4-2.10.6/include/config.h
@@ -42,7 +42,7 @@
* the client will NOT compile and work properly! Use the default here if
* you dont have other servers to use.
*/
-#define DEFAULT_SERVER "localhost irc.efnet.net irc.undernet.org irc.dal.net"
+#define DEFAULT_SERVER "irc.debian.org irc.efnet.net irc.undernet.org irc.dal.net"
/*
* Maildir support is experimental in EPIC4. More complete support is
@@ -296,7 +296,7 @@
* hostname:portnum:password (with the portnum and password being
* optional). This server list will supercede the DEFAULT_SERVER
*/
-#define SERVERS_FILE "ircII.servers"
+#define SERVERS_FILE "/etc/epic4/servers"
/*
@@ -323,7 +323,7 @@
* format of what the default load path is to be. The %s format indicates
* the runtime IRCLIB value. This value is only used at startup time.
*/
-#define DEFAULT_IRCPATH "~/.epic:~/.irc:%s/script:."
+#define DEFAULT_IRCPATH ".:~/.epic:~/.irc:/usr/local/share/epic4/script:%s/script"
/*
@@ -352,7 +352,7 @@
#define DEFAULT_BEEP_WHEN_AWAY 1
#define DEFAULT_BLINK_VIDEO 1
#define DEFAULT_BOLD_VIDEO 1
-#define DEFAULT_CHANNEL_NAME_WIDTH 0
+#define DEFAULT_CHANNEL_NAME_WIDTH 16
#define DEFAULT_CLOCK 1
#define DEFAULT_CLOCK_24HOUR 0
#define DEFAULT_CLOCK_FORMAT NULL
@@ -392,7 +392,7 @@
#define DEFAULT_HELP_PROMPT 1
#define DEFAULT_HELP_WINDOW 0
#define DEFAULT_HIDE_PRIVATE_CHANNELS 0
-#define DEFAULT_HIGH_BIT_ESCAPE 2
+#define DEFAULT_HIGH_BIT_ESCAPE 0
#define DEFAULT_HIGHLIGHT_CHAR "BOLD"
#define DEFAULT_HISTORY 150
#define DEFAULT_HISTORY_CIRCLEQ 1
@@ -525,7 +525,7 @@
#define DEFAULT_VERBOSE_CTCP 1
#define DEFAULT_WORD_BREAK ".,; \t"
#define DEFAULT_WSERV_TYPE "screen"
-#define DEFAULT_XTERM "xterm"
+#define DEFAULT_XTERM "x-terminal-emulator"
#define DEFAULT_XTERM_OPTIONS NULL
/*
|