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

Comparing ircd-hybrid-8/modules/m_capab.c (file contents):
Revision 1308 by michael, Wed Mar 21 17:48:54 2012 UTC vs.
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 26 | Line 26
26   #include "client.h"
27   #include "irc_string.h"
28   #include "s_serv.h"
29 < #include "s_conf.h"
29 > #include "conf.h"
30   #include "parse.h"
31   #include "modules.h"
32  
# Line 57 | Line 57 | mr_capab(struct Client *client_p, struct
57    for (i = 1; i < parc; ++i)
58      for (s = strtoken(&p, parv[i], " "); s;
59           s = strtoken(&p,    NULL, " "))
60 <        if ((cap = find_capability(s)) != 0)
60 >        if ((cap = find_capability(s)))
61            SetCapable(client_p, cap);
62   }
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines