Skip to content

Commit

Permalink
Send notice if services have not sent user hostmasking type
Browse files Browse the repository at this point in the history
  • Loading branch information
eaescob committed May 22, 2021
1 parent 0899996 commit a4120f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/s_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit a4120f2

Please sign in to comment.