/[svn]/ircd-hybrid-8/src/parse.c
ViewVC logotype

Diff of /ircd-hybrid-8/src/parse.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1297 by michael, Sat Oct 1 07:54:24 2011 UTC revision 1298 by michael, Tue Feb 28 18:51:13 2012 UTC
# Line 709  handle_numeric(char numeric[], struct Cl Line 709  handle_numeric(char numeric[], struct Cl
709      t += tl;      t += tl;
710    }    }
711    
712    ircsprintf(t," :%s", parv[parc-1]);    ircsprintf(t, " :%s", parv[parc-1]);
713    
714    if (((target_p = find_person(client_p, parv[1])) != NULL) ||    if (((target_p = find_person(client_p, parv[1])) != NULL) ||
715        ((target_p = hash_find_server(parv[1])) != NULL))        ((target_p = hash_find_server(parv[1])) != NULL))

Legend:
Removed from v.1297  
changed lines
  Added in v.1298

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30