aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-21 23:39:22 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-21 23:39:22 +0100
commitc00dd7117be2a5fda92d6f7d72b0e4e54fa5d615 (patch)
treebac128f8b7ec540b092aba8be6bb65ac387f2fb9 /protocols
parent0ebf919dd8b47e50ce060f46f2dc5f10f3867207 (diff)
Pick up away info from Yahoo! too.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/yahoo/yahoo.c2
1 files changed, 2 insertions, 0 deletions
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)
{