]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_user.c
Remove redundant check.
[irc/rqf/shadowircd.git] / src / s_user.c
index 667873e233ced85a6cae3d09df8838bfe31eb32d..ca5f74ce8de8a3b342fd79fdaf58979bdf2ab3bf 100644 (file)
@@ -904,7 +904,7 @@ user_mode(struct Client *client_p, struct Client *source_p, int parc, const char
                return 0;
        }
 
-       if(source_p != target_p || target_p->from != source_p->from)
+       if(source_p != target_p)
        {
                sendto_one(source_p, form_str(ERR_USERSDONTMATCH), me.name, source_p->name);
                return 0;