From 7b23afdeead5b873b3e1cfc5ab29ecbf35b8c0ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Nov 2005 17:16:18 +0100 Subject: Migrate my pluginable branch to use Wilmers' branch as parent --- irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.c') diff --git a/irc.c b/irc.c index 91b82548..a2e24cc8 100644 --- a/irc.c +++ b/irc.c @@ -1152,7 +1152,7 @@ void irc_whois( irc_t *irc, char *nick ) if( u->gc ) irc_reply( irc, 312, "%s %s.%s :%s network", u->nick, u->gc->user->username, - *u->gc->user->proto_opt[0] ? u->gc->user->proto_opt[0] : "", proto_name[u->gc->user->protocol] ); + *u->gc->user->proto_opt[0] ? u->gc->user->proto_opt[0] : "", u->gc->prpl->name ); else irc_reply( irc, 312, "%s %s :%s", u->nick, irc->myhost, IRCD_INFO ); -- cgit v1.2.3