This commit is contained in:
psyc://psyced.org/~lynX 2009-04-08 10:19:38 +02:00
parent d8afc4e598
commit 020074621e
1 changed files with 6 additions and 2 deletions

View File

@ -1627,8 +1627,12 @@ case "_notice_invitation":
vars["_nick_place"] : vars["_place"]);
// same filtering code as couple lines further below
if (( IS_NEWBIE || !itsme && FILTERED(source)) &&
(!profile || profile[PPL_NOTIFY] <= PPL_NOTIFY_PENDING)) {
if ((
#ifndef _flag_enable_unauthenticated_message_private
IS_NEWBIE ||
#endif
(!itsme && FILTERED(source)) &&
(!profile || profile[PPL_NOTIFY] <= PPL_NOTIFY_PENDING))) {
sendmsg(source, "_failure_filter_strangers", 0,
([ "_nick" : MYNICK ]) );
unless (boss(source))