Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_notice.c
index f7de7c390ab44fe532e74d0cc31545858f9de2c9..8610da35516cbda82ba5783d02e1002f71032552 100644 (file)
@@ -328,7 +328,8 @@ static int m_message(struct Client *cptr, struct Client *sptr,
         acptr = 0;
       if (acptr)
       {
-        if (MyUser(sptr) && check_target_limit(sptr, acptr, acptr->name, 0))
+        if (MyUser(sptr) && !IsChannelService(acptr) && 
+           check_target_limit(sptr, acptr, acptr->name, 0))
           continue;
         if (!is_silenced(sptr, acptr))
         {