[xchat-gnome] Bug 592491 - xchat-gnome crashed with SIGSEGV in handle_command(



commit ac131cab5e5429525aed592b504bae9d6ee92069
Author: Ritesh Khadgaray <khadgaray gmail com>
Date:   Fri Jan 15 13:07:40 2010 +0530

    Bug 592491 -  xchat-gnome crashed with SIGSEGV in handle_command(
    
    fixed a regression. Was unable to set status "back".

 src/common/proto-irc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]