| # | Line 31 | Line 31 | |
|---|---|---|
| 31 | #include "sprintf_irc.h" | |
| 32 | #include "ircd.h" | |
| 33 | #include "numeric.h" | |
| 34 | < | #include "s_log.h" |
| 34 | > | #include "log.h" |
| 35 | #include "send.h" | |
| 36 | < | #include "s_conf.h" |
| 36 | > | #include "conf.h" |
| 37 | #include "memory.h" | |
| 38 | #include "s_user.h" | |
| 39 | #include "s_serv.h" | |
| # | Line 709 | Line 709 | handle_numeric(char numeric[], struct Cl | |
| 709 | t += tl; | |
| 710 | } | |
| 711 | ||
| 712 | < | ircsprintf(t," :%s", parv[parc-1]); |
| 712 | > | ircsprintf(t, " :%s", parv[parc-1]); |
| 713 | ||
| 714 | if (((target_p = find_person(client_p, parv[1])) != NULL) || | |
| 715 | ((target_p = hash_find_server(parv[1])) != NULL)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |