mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Print IRSSI_VERSION_TIME in /VERSION too.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2259 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7d722f6ca3
commit
5f271da0a4
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ static void cmd_version(char *data)
|
|||
|
||||
if (*data == '\0') {
|
||||
printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||
"Client: "PACKAGE" " IRSSI_VERSION" (%s)",
|
||||
IRSSI_VERSION_DATE);
|
||||
"Client: "PACKAGE" " IRSSI_VERSION" (%d %d)",
|
||||
IRSSI_VERSION_DATE, IRSSI_VERSION_TIME);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue