Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r665c24f rc55701e  
    2929#include "url.h"
    3030
    31 #define twitter_msg( ic, fmt... ) \
    32         do {                                                        \
    33                 struct twitter_data *td = ic->proto_data;           \
    34                 if( td->home_timeline_gc )                          \
    35                         imcb_chat_log( td->home_timeline_gc, fmt ); \
    36                 else                                                \
    37                         imcb_log( ic, fmt );                        \
    38         } while( 0 );
    39                
    40 
    4131/**
    4232 * Main loop function
     
    446436                if( id )
    447437                        twitter_status_destroy( ic, id );
    448                 else
    449                         twitter_msg( ic, "Could not undo last action" );
    450438               
    451439                g_free( cmds );
     
    479467                if( id )
    480468                        twitter_status_retweet( ic, id );
    481                 else
    482                         twitter_msg( ic, "User `%s' does not exist or didn't "
    483                                          "post any statuses recently", cmd[1] );
    484469               
    485470                g_free( cmds );
Note: See TracChangeset for help on using the changeset viewer.