diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/core/m_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/m_mode.c b/modules/core/m_mode.c index a4da839..608226d 100644 --- a/modules/core/m_mode.c +++ b/modules/core/m_mode.c @@ -177,7 +177,7 @@ ms_bmask(struct Client *client_p, struct Client *source_p, int parc, char *parv[ char banbuf[IRCD_BUFSIZE]; struct Channel *chptr; char *s, *t, *mbuf, *pbuf; - long mode_type; + unsigned int mode_type = 0; int mlen, tlen; int modecount = 0; |