From 5d3238c9c29536e46396d079c34bc567c7af11d5 Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 31 Mar 2004 14:27:43 +0000 Subject: Make the default config conform to RFC1122 (no public away messages). --- irc/xchat/files/patch-src::common::cfgfiles.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 irc/xchat/files/patch-src::common::cfgfiles.c (limited to 'irc/xchat/files') diff --git a/irc/xchat/files/patch-src::common::cfgfiles.c b/irc/xchat/files/patch-src::common::cfgfiles.c new file mode 100644 index 000000000000..d33af116ddda --- /dev/null +++ b/irc/xchat/files/patch-src::common::cfgfiles.c @@ -0,0 +1,11 @@ +--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004 ++++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004 +@@ -600,7 +600,7 @@ + + prefs.autoresume = 1; + prefs.show_away_once = 1; +- prefs.show_away_message = 1; ++ prefs.show_away_message = 0; + prefs.indent_pixels = 80; + prefs.dialog_indent_pixels = 80; + prefs.indent_nicks = 1; -- cgit