Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • query.c

    raefa533e rea85a0b  
    3939        q->no = no;
    4040        q->data = data;
    41        
    42         if( strchr( irc->umode, 'b' ) != NULL )
    43         {
    44                 char *s;
    45                
    46                 /* At least for the machine-parseable version, get rid of
    47                    newlines to make "parsing" easier. */
    48                 for( s = q->question; *s; s ++ )
    49                         if( *s == '\r' || *s == '\n' )
    50                                 *s = ' ';
    51         }
    5241       
    5342        if( irc->queries )
     
    138127                disp = 1;
    139128        }
     129        //Using irc_usermsg instead of serv_got_crap because \x02A is a char too, so a SPACE is needed.
    140130        if( ans )
    141131        {
Note: See TracChangeset for help on using the changeset viewer.