X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cbe4e1ba31fb4580a6367a2c89d43f88162ea13b..b2c208be091670e3c5259eba77187bae6ac6eece:/modules/m_user.c diff --git a/modules/m_user.c b/modules/m_user.c index 94a6577d..f46ec8b4 100644 --- a/modules/m_user.c +++ b/modules/m_user.c @@ -26,7 +26,7 @@ #include "stdinc.h" #include "client.h" -#include "irc_string.h" +#include "match.h" #include "ircd.h" #include "numeric.h" #include "s_user.h" @@ -83,12 +83,10 @@ static int do_local_user(struct Client *client_p, struct Client *source_p, const char *username, const char *realname) { - struct User *user; - s_assert(NULL != source_p); s_assert(source_p->username != username); - user = make_user(source_p); + make_user(source_p); if (!(source_p->flags & FLAGS_SENTUSER)) {