Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_privmsg.c
index fc351e7b2fa82210428fc3c3196511e1adb27ed3..09b5a4477401b21b64ee2236d6c4f532b0c8cb2b 100644 (file)
@@ -325,7 +325,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))
         {