diff options
author | eivind <eivind@FreeBSD.org> | 2004-03-31 22:27:43 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2004-03-31 22:27:43 +0800 |
commit | 5d3238c9c29536e46396d079c34bc567c7af11d5 (patch) | |
tree | ff766a13dc878859230b895dcc74622b23c96db6 /irc/xchat/files | |
parent | 46021a946a742bfb78199270c1b4781aaa099d44 (diff) | |
download | freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.tar.gz freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.tar.zst freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.zip |
Make the default config conform to RFC1122 (no public away messages).
Diffstat (limited to 'irc/xchat/files')
-rw-r--r-- | irc/xchat/files/patch-src::common::cfgfiles.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; |