aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-06-07 16:11:09 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-06-07 16:11:09 +0100
commit56699f009a608ecff3a247a08b3d0105a5e17153 (patch)
tree9884c0b47ed1f7d062c0567c8505cc120deb4a26 /protocols/yahoo/yahoo.c
parent4aa0f6bc5645e124738ab15ad1eb65d4147dba25 (diff)
Show idle + login time info in /WHOIS (if available).
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c
index d9f90fe0..bf577496 100644
--- a/protocols/yahoo/yahoo.c
+++ b/protocols/yahoo/yahoo.c
@@ -612,10 +612,8 @@ void ext_yahoo_status_changed( int id, const char *who, int stat, const char *ms
imcb_buddy_status( ic, who, flags, state_string, msg );
- /* Not implemented yet...
if( stat == YAHOO_STATUS_IDLE )
- imcb_buddy_times( ic, who, 0, away );
- */
+ imcb_buddy_times( ic, who, 0, idle );
}
void ext_yahoo_got_im( int id, const char *me, const char *who, const char *msg, long tm, int stat, int utf8 )