diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-07 17:16:18 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-07 17:16:18 +0100 | 
| commit | 7b23afdeead5b873b3e1cfc5ab29ecbf35b8c0ac (patch) | |
| tree | 975c4b3725525244353f722b60fef54b79628d92 /query.c | |
| parent | fe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a (diff) | |
Migrate my pluginable branch to use Wilmers' branch as parent
Diffstat (limited to 'query.c')
| -rw-r--r-- | query.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -148,7 +148,7 @@ void query_answer( irc_t *irc, query_t *q, int ans )  static void query_display( irc_t *irc, query_t *q )  {  	if( q->gc ) -		irc_usermsg( irc, "Question on %s connection (handle %s):", proto_name[q->gc->protocol], q->gc->username ); +		irc_usermsg( irc, "Question on %s connection (handle %s):", q->gc->prpl->name, q->gc->username );  	else  		irc_usermsg( irc, "Question:" ); | 
