From a4120f252f25b285da217e9eabd6d3c410bfbd7c Mon Sep 17 00:00:00 2001 From: "Emilio A. Escobar" Date: Fri, 21 May 2021 18:39:38 -0700 Subject: [PATCH] Send notice if services have not sent user hostmasking type --- src/s_user.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s_user.c b/src/s_user.c index 8c256bba..2ab43270 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -3411,6 +3411,11 @@ m_umode(aClient *cptr, aClient *sptr, int parc, char *parv[]) hash_check_watch(sptr, RPL_LOGON); } } + else + { + sendto_one(sptr, ":%s NOTICE %s :*** Notice -- Server has not received hostmaskt type, please contact SRA.", + me.name, sptr->name); + } break; #endif case 'A':