diff options
Diffstat (limited to 'protocols/msn/sb.c')
| -rw-r--r-- | protocols/msn/sb.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index f2a20a5b..45e74cb0 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -628,9 +628,12 @@ static int msn_sb_command( struct msn_handler_data *handler, char **cmd, int num  		/* If the person is offline, send an offline message instead,  		   and don't report an error. */ +		/* TODO: Support for OIMs that works. (#874) */ +		/*  		if( num == 217 )  			msn_soap_oim_send_queue( ic, &sb->msgq );  		else +		*/  			imcb_error( ic, "Error reported by switchboard server: %s", err->text );  		if( err->flags & STATUS_SB_FATAL )  | 
