Parent Directory
|
Revision Log
|
Patch
revision 4641 by michael, Sun Sep 21 09:48:05 2014 UTC | revision 4642 by michael, Sun Sep 21 11:24:01 2014 UTC | |
---|---|---|
# | Line 1757 find_user_host(struct Client *source_p, | Line 1757 find_user_host(struct Client *source_p, |
1757 | ||
1758 | if (IsExemptKline(target_p)) | if (IsExemptKline(target_p)) |
1759 | { | { |
1760 | if (!IsServer(source_p)) | if (IsClient(source_p)) |
1761 | sendto_one_notice(source_p, &me, ":%s is E-lined", target_p->name); | sendto_one_notice(source_p, &me, ":%s is E-lined", target_p->name); |
1762 | return 0; | return 0; |
1763 | } | } |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |