[xchat-gnome] Use "/back", instead of "/away" to toggle away status



commit 83355213aaf2738414d5b1a7d4fb861aa41365ec
Author: Tobias Mueller <tobiasmue gnome org>
Date:   Thu May 28 14:26:43 2009 +0200

    Use "/back", instead of "/away" to toggle away status
    
    Fixes bug 582017.
---
 plugins/autoaway/autoaway.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/autoaway/autoaway.c b/plugins/autoaway/autoaway.c
index 7d6752d..a5c9376 100644
--- a/plugins/autoaway/autoaway.c
+++ b/plugins/autoaway/autoaway.c
@@ -141,7 +141,7 @@ come_back (void)
 			node = g_list_next (node);
 			continue;
 		}
-		xchat_command (ph, "AWAY");
+		xchat_command (ph, "BACK");
 
 		node = g_list_next (node);
 	}



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