ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_die.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_die.c (file contents):
Revision 8280 by michael, Tue Feb 20 19:30:33 2018 UTC vs.
Revision 8448 by michael, Fri Mar 30 11:40:13 2018 UTC

# Line 60 | Line 60 | mo_die(struct Client *source_p, int parc
60  
61    if (EmptyString(name))
62    {
63 <    sendto_one_notice(source_p, &me, ":Need server name /die %s", me.name);
63 >    sendto_one_numeric(source_p, &me, ERR_NEEDMOREPARAMS, "DIE");
64      return 0;
65    }
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines