Index: src/modules/m_kill.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_kill.c,v
retrieving revision 1.1.2.22.2.2
diff -r1.1.2.22.2.2 m_kill.c
248,259c248,252
<               if (index(parv[0], '.'))
<                       sendto_snomask_normal(SNO_KILLS,
<                           "*** Notice -- Received KILL message for %s!%s@%s from %s Path: %s!%s",
<                           acptr->name, auser->username,
<                           IsHidden(acptr) ? auser->virthost : auser->realhost,
<                           parv[0], inpath, path);
<               else
<                       sendto_snomask_normal(SNO_KILLS,
<                           "*** Notice -- Received KILL message for %s!%s@%s from %s Path: %s!%s",
<                           acptr->name, auser->username,
<                           IsHidden(acptr) ? auser->virthost : auser->realhost,
<                           parv[0], inpath, path);
---
>               sendto_snomask_normal(SNO_KILLS,
>                   "*** Notice -- Received KILL message for %s!%s@%s from %s Path: %s!%s",
>                   acptr->name, auser->username,
>                   IsHidden(acptr) ? auser->virthost : auser->realhost,
>                   parv[0], inpath, path);