Change a bit of the last commit since opers do not go through +g on ShadowIRCd as they do on Charybdis.
This commit is contained in:
parent
33736ea75f
commit
2588ff97f4
|
@ -747,8 +747,7 @@ msg_client(int p_or_n, const char *command,
|
||||||
*/
|
*/
|
||||||
if(p_or_n != NOTICE && MyClient(source_p) &&
|
if(p_or_n != NOTICE && MyClient(source_p) &&
|
||||||
IsSetCallerId(source_p) &&
|
IsSetCallerId(source_p) &&
|
||||||
!accept_message(target_p, source_p) &&
|
!accept_message(target_p, source_p))
|
||||||
!IsOper(target_p))
|
|
||||||
{
|
{
|
||||||
if(rb_dlink_list_length(&source_p->localClient->allow_list) <
|
if(rb_dlink_list_length(&source_p->localClient->allow_list) <
|
||||||
ConfigFileEntry.max_accept)
|
ConfigFileEntry.max_accept)
|
||||||
|
|
Loading…
Reference in New Issue