From c00dd7117be2a5fda92d6f7d72b0e4e54fa5d615 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 21 Aug 2010 23:39:22 +0100 Subject: Pick up away info from Yahoo! too. --- protocols/yahoo/yahoo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index 9f7a7896..7708ed63 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -588,6 +588,8 @@ void ext_yahoo_status_changed( int id, const char *who, int stat, const char *ms if( away ) flags |= OPT_AWAY; + if( mobile ) + flags |= OPT_MOBILE; switch (stat) { -- cgit v1.2.3