Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • query.c

    rb7d3cc34 r7b23afd  
    149149{
    150150        if( q->gc )
    151                 irc_usermsg( irc, "Question on %s connection (handle %s):", proto_name[q->gc->protocol], q->gc->username );
     151                irc_usermsg( irc, "Question on %s connection (handle %s):", q->gc->prpl->name, q->gc->username );
    152152        else
    153153                irc_usermsg( irc, "Question:" );
Note: See TracChangeset for help on using the changeset viewer.