mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-04 01:12:24 +01:00
Remove redundant output on './unrealircd version'.
This commit is contained in:
parent
d573f77b10
commit
ece2dc9c12
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue