aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn_util.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-03-18 09:33:33 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-03-18 09:33:33 +0100
commit61dddd0442c0e3c792cf90368c00681051b381a5 (patch)
tree61bb3c9410ba75ec2f3b4c9f44e3dbcfeeb30797 /protocols/msn/msn_util.c
parent8ba511db7b32975df97247474782f82d6a3906f9 (diff)
Fixed #111, Jabber away states get set correctly at connect-time now.
Diffstat (limited to 'protocols/msn/msn_util.c')
-rw-r--r--protocols/msn/msn_util.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c
index e5f0b2c9..c2d840b1 100644
--- a/protocols/msn/msn_util.c
+++ b/protocols/msn/msn_util.c
@@ -50,14 +50,6 @@ int msn_logged_in( struct gaim_connection *gc )
account_online( gc );
- /* account_online() sets an away state if there is any, so only
- execute this code if we're not away. */
- if( md->away_state == msn_away_state_list )
- {
- g_snprintf( buf, sizeof( buf ), "CHG %d %s %d\r\n", ++md->trId, md->away_state->code, 0 );
- return( msn_write( gc, buf, strlen( buf ) ) );
- }
-
return( 0 );
}