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

Comparing ircd-hybrid-8/src/ircd.c (file contents):
Revision 1176 by michael, Sun Aug 14 11:24:24 2011 UTC vs.
Revision 1196 by michael, Sun Aug 21 10:09:23 2011 UTC

# Line 333 | Line 333 | initialize_server_capabs(void)
333    add_capability("TS6", CAP_TS6, 0);
334    add_capability("ZIP", CAP_ZIP, 0);
335    add_capability("CLUSTER", CAP_CLUSTER, 1);
336 +  add_capability("SVS", CAP_SVS, 1);
337   #ifdef HALFOPS
338    add_capability("HOPS", CAP_HOPS, 1);
339   #endif

Diff Legend

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