ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/server.c
(Generate patch)

Comparing:
ircd-hybrid/src/s_serv.c (file contents), Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
ircd-hybrid-7.2/src/s_serv.c (file contents), Revision 42 by adx, Sun Oct 2 23:25:27 2005 UTC

# Line 19 | Line 19
19   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
20   *  USA
21   *
22 < *  $Id: s_serv.c,v 7.439 2005/09/29 06:35:41 metalrock Exp $
22 > *  $Id$
23   */
24  
25   #include "stdinc.h"
# Line 2256 | Line 2256 | cryptlink_init(struct Client *client_p,
2256                      | (IsConfTopicBurst(aconf) ? find_capability("TB") : 0)
2257                      , CAP_ENC_MASK);
2258  
2259 +  if (me.id[0])
2260 +    sendto_one(client_p, "PASS . TS %d %s", TS_CURRENT, me.id);
2261 +
2262    sendto_one(client_p, "CRYPTLINK SERV %s %s :%s%s",
2263               my_name_for_link(conf), key_to_send,
2264               ConfigServerHide.hidden ? "(H) " : "", me.info);

Comparing:
ircd-hybrid/src/s_serv.c (property svn:keywords), Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
ircd-hybrid-7.2/src/s_serv.c (property svn:keywords), Revision 42 by adx, Sun Oct 2 23:25:27 2005 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)