diff options
Diffstat (limited to 'irc/xchat/files/patch-src_common_cfgfiles.c')
-rw-r--r-- | irc/xchat/files/patch-src_common_cfgfiles.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/xchat/files/patch-src_common_cfgfiles.c b/irc/xchat/files/patch-src_common_cfgfiles.c deleted file mode 100644 index b5f462f43698..000000000000 --- a/irc/xchat/files/patch-src_common_cfgfiles.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/cfgfiles.c.orig Fri Jan 5 18:55:27 2007 -+++ src/common/cfgfiles.c Fri Jan 5 18:55:40 2007 -@@ -45,7 +45,7 @@ - int cmd_len = 1, name_len; - - /* remove <2.8.0 stuff */ -- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK")) -+ if (!strcmp (cmd, "away") & !strcmp (name, "BACK")) - return; - - if (cmd) |