diff options
Diffstat (limited to 'modules/m_hash.c')
-rw-r--r-- | modules/m_hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_hash.c b/modules/m_hash.c index 89bc89b..ddf7d51 100644 --- a/modules/m_hash.c +++ b/modules/m_hash.c @@ -32,7 +32,7 @@ #include "parse.h" #include "modules.h" #include "s_user.h" -#include "resv.h" +#include "conf.h" #include "userhost.h" @@ -48,7 +48,7 @@ mo_hash(struct Client *client_p, struct Client *source_p, struct Client *icl; struct Channel *ch; struct UserHost *ush; - struct ResvChannel *rch; + struct MaskItem *rch; for (i = 0; i < HASHSIZE; ++i) { |