1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05: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:
Timo Sirainen 2001-12-15 23:39:24 +00:00 committed by cras
parent 7d722f6ca3
commit 5f271da0a4

View File

@ -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);
}
}