Remove redundant output on './unrealircd version'.

This commit is contained in:
Bram Matthys 2020-12-05 16:23:00 +01:00
parent d573f77b10
commit ece2dc9c12
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -1088,7 +1088,7 @@ int InitUnrealIRCd(int argc, char *argv[])
bootopt |= BOOT_TTY;
break;
case 'v':
(void)printf("%s build %s\n", version, buildid);
(void)printf("%s\n", version);
#else
case 'v':
if (!IsService) {