diff options
Diffstat (limited to 'include/motd.h')
-rw-r--r-- | include/motd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/motd.h b/include/motd.h index 37c770d..b8b715a 100644 --- a/include/motd.h +++ b/include/motd.h @@ -49,7 +49,7 @@ struct Motd class name if type==MOTD_CLASS, text IP mask if type==MOTD_IPMASK. */ struct irc_ssaddr address; /**< Address if type==MOTD_IPMASK. */ - unsigned int addrbits; /**< Number of bits checked in Motd::address. */ + int addrbits; /**< Number of bits checked in Motd::address. */ unsigned int maxcount; /**< Number of lines for MOTD. */ struct MotdCache *cache; /**< MOTD cache entry. */ }; |