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

Comparing ircd-hybrid-7.2/src/channel_mode.c (file contents):
Revision 356 by adx, Mon Jan 2 22:05:15 2006 UTC vs.
Revision 371 by michael, Tue Jan 10 10:45:48 2006 UTC

# Line 29 | Line 29
29   #include "client.h"
30   #include "common.h"
31   #include "hash.h"
32 + #include "hostmask.h"
33   #include "irc_string.h"
34   #include "sprintf_irc.h"
35   #include "ircd.h"
# Line 217 | Line 218 | add_id(struct Client *client_p, struct C
218    actualBan->username = user;
219    actualBan->host = host;
220    actualBan->len = len-2; /* -2 for @ and ! */
221 +  actualBan->type = parse_netmask(host, &actualBan->addr, &actualBan->bits);
222  
223    if (IsClient(client_p))
224    {

Diff Legend

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