Allow users to send replies through +G the same as they can through +g.

This commit is contained in:
B.Greenham 2010-09-10 13:26:41 -04:00
parent ca328a798f
commit 01b2be6fe1
1 changed files with 1 additions and 0 deletions

View File

@ -762,6 +762,7 @@ msg_client(int p_or_n, const char *command,
*/
if(p_or_n != NOTICE && MyClient(source_p) &&
IsSetCallerId(source_p) &&
IsSetSCallerId(source_p) &&
!accept_message(target_p, source_p))
{
if(rb_dlink_list_length(&source_p->localClient->allow_list) <