| 35 |
|
#include "parse.h" |
| 36 |
|
#include "modules.h" |
| 37 |
|
#include "isupport.h" |
| 38 |
+ |
#include "patchlevel.h" |
| 39 |
+ |
#include "serno.h" |
| 40 |
|
|
| 41 |
|
|
| 42 |
|
/* Option string. */ |
| 82 |
|
if (server_hunt(source_p, ":%s VERSION :%s", 1, parc, parv)->ret != HUNTED_ISME) |
| 83 |
|
return 0; |
| 84 |
|
|
| 85 |
< |
sendto_one_numeric(source_p, &me, RPL_VERSION, ircd_version, serno, |
| 85 |
> |
sendto_one_numeric(source_p, &me, RPL_VERSION, PATCHLEVEL, SERIALNUM, |
| 86 |
|
me.name, serveropts); |
| 87 |
|
isupport_show(source_p); |
| 88 |
|
return 0; |
| 105 |
|
if (server_hunt(source_p, ":%s VERSION :%s", 1, parc, parv)->ret != HUNTED_ISME) |
| 106 |
|
return 0; |
| 107 |
|
|
| 108 |
< |
sendto_one_numeric(source_p, &me, RPL_VERSION, ircd_version, serno, |
| 108 |
> |
sendto_one_numeric(source_p, &me, RPL_VERSION, PATCHLEVEL, SERIALNUM, |
| 109 |
|
me.name, serveropts); |
| 110 |
|
isupport_show(source_p); |
| 111 |
|
return 0; |