Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > aa2039eace5168605090b443180a9680 > files > 3

xchat-gnome-0.26.1-14.fc14.src.rpm

From ac131cab5e5429525aed592b504bae9d6ee92069 Mon Sep 17 00:00:00 2001
From: Ritesh Khadgaray <khadgaray@gmail.com>
Date: Fri, 15 Jan 2010 07:37:40 +0000
Subject: Bug 592491 -  xchat-gnome crashed with SIGSEGV in handle_command(

fixed a regression. Was unable to set status "back".
---
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index a47f710..cc13892 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -114,7 +114,7 @@ irc_quit (server *serv, char *reason)
 static void
 irc_set_back (server *serv)
 {
-	tcp_send_len (serv, "BACK\r\n", 6);
+	tcp_send_len (serv, "AWAY\r\n", 6);
 }
 
 static void
--
cgit v0.8.3.1