From 2588ff97f4f159a9e5162f50fd17e3e7a44213b9 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sun, 4 Jul 2010 16:12:31 -0400 Subject: [PATCH] Change a bit of the last commit since opers do not go through +g on ShadowIRCd as they do on Charybdis. --- modules/core/m_message.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/core/m_message.c b/modules/core/m_message.c index dd41852..ff2442d 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -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)