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-7.2/src/s_serv.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 42 by adx, Sun Oct 2 23:25:27 2005 UTC

# 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);

Diff Legend

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