diff --git a/src/channels.c b/src/channels.c index fbeddb633..867720125 100644 --- a/src/channels.c +++ b/src/channels.c @@ -2392,6 +2392,8 @@ Entry *elist_match_user(EList * list, User * u) res = elist_match(list, u->nick, u->username, u->host, ip); if (!res) res = elist_match(list, u->nick, u->username, u->vhost, ip); + if (!res) + res = elist_match(list, u->nick, u->username, u->chost, ip); if (host) free(host); diff --git a/version.log b/version.log index eb266c3ba..8f391eabe 100644 --- a/version.log +++ b/version.log @@ -9,9 +9,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="2" VERSION_EXTRA="-svn" -VERSION_BUILD="2731" +VERSION_BUILD="2734" # $Log$ # Changes since 1.8.2 Release +#Revision 2734 - Made elist_match_user also check against the users cloaked host #Revision 2731 - Mark users as unrecognized on Inspircd 1.2 if no/invalid metadata is recieved for them before the next uid/eob #Revision 2730 - Fixed typo in inspircd12.h causing 2 modes to use the same bit. #Revision 2727 - Fixed a few SASET help replies to reply to services opers, and fixed the rest to not reply to anyone who requests help