ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/motd.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/motd.h (file contents):
Revision 2167 by michael, Sun Jun 2 20:02:51 2013 UTC vs.
Revision 2168 by michael, Sun Jun 2 20:08:01 2013 UTC

# Line 49 | Line 49 | struct Motd
49                                         class name if type==MOTD_CLASS,
50                                         text IP mask if type==MOTD_IPMASK. */
51    struct irc_ssaddr  address;  /**< Address if type==MOTD_IPMASK. */
52 <  unsigned int       addrbits; /**< Number of bits checked in Motd::address. */
52 >  int                addrbits; /**< Number of bits checked in Motd::address. */
53    unsigned int       maxcount; /**< Number of lines for MOTD. */
54    struct MotdCache  *cache;    /**< MOTD cache entry. */
55   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines