Parent Directory
|
Revision Log
|
Patch
revision 604 by michael, Sun May 14 10:32:26 2006 UTC | revision 605 by michael, Tue May 16 07:05:34 2006 UTC | |
---|---|---|
# | Line 304 find_user_host(struct Client *source_p, | Line 304 find_user_host(struct Client *source_p, |
304 | const struct Client *target_p = NULL; | const struct Client *target_p = NULL; |
305 | ||
306 | /* Try to find user@host mask from nick */ | /* Try to find user@host mask from nick */ |
307 | /* Okay to use source_p as the first param, because source_p == client_p */ | if ((target_p = find_chasing(source_p, lnick, NULL)) == NULL) |
if ((target_p = find_chasing(source_p, source_p, lnick, NULL)) == NULL) | ||
308 | return 0; | return 0; |
309 | ||
310 | if (IsExemptKline(target_p)) | if (IsExemptKline(target_p)) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |