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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_message.c (file contents):
Revision 3964 by michael, Tue Jun 17 18:32:04 2014 UTC vs.
Revision 3969 by michael, Wed Jun 18 11:13:33 2014 UTC

# Line 438 | Line 438 | handle_special(int p_or_n, const char *c
438     */
439    if ((server = strchr(nick, '@')))
440    {
441 <    if ((target_p = hash_find_server(server + 1)))
441 >    if ((target_p = hash_find_server(server + 1)) == NULL)
442      {
443        sendto_one_numeric(source_p, &me, ERR_NOSUCHSERVER, server + 1);
444        return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines