Allow users to send replies through +G the same as they can through +g.
This commit is contained in:
parent
ca328a798f
commit
01b2be6fe1
|
@ -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) <
|
||||
|
|
Loading…
Reference in New Issue