Parent Directory
|
Revision Log
|
Patch
revision 1113 by michael, Sun Nov 8 13:10:50 2009 UTC | revision 1114 by michael, Mon Dec 20 20:33:05 2010 UTC | |
---|---|---|
# | Line 432 whois_person(struct Client *source_p, st | Line 432 whois_person(struct Client *source_p, st |
432 | { | { |
433 | #ifdef HAVE_LIBCRYPTO | #ifdef HAVE_LIBCRYPTO |
434 | if (target_p->localClient->fd.ssl) | if (target_p->localClient->fd.ssl) |
435 | sendto_one(source_p, form_str(RPL_WHOISSSL), | sendto_one(source_p, form_str(RPL_WHOISSECURE), |
436 | me.name, source_p->name, target_p->name); | me.name, source_p->name, target_p->name); |
437 | #endif | #endif |
438 | sendto_one(source_p, form_str(RPL_WHOISIDLE), | sendto_one(source_p, form_str(RPL_WHOISIDLE), |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |