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:
JD Horelick 2010-07-04 16:12:31 -04:00
parent 33736ea75f
commit 2588ff97f4
1 changed files with 1 additions and 2 deletions

View File

@ -747,8 +747,7 @@ msg_client(int p_or_n, const char *command,
*/
if(p_or_n != NOTICE && MyClient(source_p) &&
IsSetCallerId(source_p) &&
!accept_message(target_p, source_p) &&
!IsOper(target_p))
!accept_message(target_p, source_p))
{
if(rb_dlink_list_length(&source_p->localClient->allow_list) <
ConfigFileEntry.max_accept)