--- m_kill.c.orig Fri Dec 9 08:05:30 2005 +++ m_kill.c Sat Dec 30 16:52:25 2006 @@ -119,6 +119,18 @@ return 0; } +#ifdef ENABLE_SERVICES + /* Hmm, someone forgot this? ;) + * -- robert james morales (30-DEC-2006) */ + if(MyClient(source_p) && IsService(target_p)) + { + sendto_one(source_p, form_str(ERR_ISCHANSERVICE), + me.name, source_p->name, target_p->name, + "*"); + return 0; + } +#endif + if(MyConnect(target_p)) sendto_one(target_p, ":%s!%s@%s KILL %s :%s", source_p->name, source_p->username, source_p->host,