changeset 11535:bb98b2c09224

[gaim-migrate @ 13787] Fix IRC buddies not showing up online. AGAIN. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 13 Sep 2005 21:14:58 +0000
parents 379490cbe014
children 16796e09b9c1
files src/protocols/irc/msgs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c	Mon Sep 12 20:12:32 2005 +0000
+++ b/src/protocols/irc/msgs.c	Tue Sep 13 21:14:58 2005 +0000
@@ -626,7 +626,7 @@
 		gaim_prpl_got_user_status(irc->account, name, "offline", NULL);
 		ib->online = FALSE;
 	} else if (!ib->online && ib->flag) {
-		gaim_prpl_got_user_status(irc->account, name, "online", NULL);
+		gaim_prpl_got_user_status(irc->account, name, "available", NULL);
 		ib->online = TRUE;
 	}
 }