diff options
Diffstat (limited to 'src/channels.c')
-rw-r--r-- | src/channels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.c b/src/channels.c index 13a0b7c81..3aa05e3ab 100644 --- a/src/channels.c +++ b/src/channels.c @@ -2425,7 +2425,7 @@ static Entry *_elist_match_user(EList * list, User * u, boolean full) if (full) res = elist_match(list, u->nick, u->username, u->host, ip); if (!res) - res = elist_match(list, u->nick, u->username, u->vhost, 0); + res = elist_match(list, u->nick, u->vident, u->vhost, 0); if (!res) res = elist_match(list, u->nick, u->username, u->chost, 0); |