ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_whois.c
(Generate patch)

Comparing ircd-hybrid-7.3/modules/m_whois.c (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1114 by michael, Mon Dec 20 20:33:05 2010 UTC

# Line 432 | Line 432 | whois_person(struct Client *source_p, st
432    {
433   #ifdef HAVE_LIBCRYPTO
434      if (target_p->localClient->fd.ssl)
435 <      sendto_one(source_p, form_str(RPL_WHOISSSL),
435 >      sendto_one(source_p, form_str(RPL_WHOISSECURE),
436                   me.name, source_p->name, target_p->name);
437   #endif
438      sendto_one(source_p, form_str(RPL_WHOISIDLE),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines