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

Comparing ircd-hybrid-7.2/modules/m_kline.c (file contents):
Revision 884 by michael, Thu May 18 11:43:38 2006 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 154 | Line 154 | mo_kline(struct Client *client_p, struct
154    {
155      if (HasID(source_p))
156      {
157 <      sendto_server(NULL, source_p, NULL, CAP_KLN|CAP_TS6, NOCAPS, LL_ICLIENT,
157 >      sendto_server(NULL, NULL, CAP_KLN|CAP_TS6, NOCAPS,
158                      ":%s KLINE %s %lu %s %s :%s",
159                      source_p->id, target_server, (unsigned long)tkline_time,
160                      user, host, reason);
161 <      sendto_server(NULL, source_p, NULL, CAP_KLN, CAP_TS6, LL_ICLIENT,
161 >      sendto_server(NULL, NULL, CAP_KLN, CAP_TS6,
162                      ":%s KLINE %s %lu %s %s :%s",
163                      source_p->name, target_server, (unsigned long)tkline_time,
164                      user, host, reason);
165      }
166      else
167 <      sendto_server(NULL, source_p, NULL, CAP_KLN, NOCAPS, LL_ICLIENT,
167 >      sendto_server(NULL, NULL, CAP_KLN, NOCAPS,
168                      ":%s KLINE %s %lu %s %s :%s",
169                      source_p->name, target_server, (unsigned long)tkline_time,
170                      user, host, reason);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines