m_version: remove spaces from version string
"to make it machine parseable again", as in ircd-seven commit 03b2176b88a1.
This commit is contained in:
parent
0f4ed4058d
commit
c72f15bcf5
2 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@
|
|||
#ifndef CUSTOM_BRANDING
|
||||
#define NUMERIC_STR_351 "%s(%s). %s :%s TS%dow %s"
|
||||
#else
|
||||
#define NUMERIC_STR_351 "%s(%s, %s). %s :%s TS%dow %s"
|
||||
#define NUMERIC_STR_351 "%s(%s,%s). %s :%s TS%dow %s"
|
||||
#endif
|
||||
#define NUMERIC_STR_352 ":%s 352 %s %s %s %s %s %s %s :%d %s"
|
||||
#define NUMERIC_STR_353 ":%s 353 %s %s %s :"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue