From 01b2be6fe1fb93d3c5c547035d9dd360afbc5b15 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Fri, 10 Sep 2010 13:26:41 -0400 Subject: [PATCH] Allow users to send replies through +G the same as they can through +g. --- modules/core/m_message.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/m_message.c b/modules/core/m_message.c index e5505c2..46ba4e9 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -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) <