mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
/VERSION command and /SV alias now print the version date too.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1732 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f84e2a7fe9
commit
22e1a6dacc
@ -59,7 +59,7 @@ aliases = {
|
|||||||
UMODE = "mode $N";
|
UMODE = "mode $N";
|
||||||
WC = "window close";
|
WC = "window close";
|
||||||
WN = "window new hide";
|
WN = "window new hide";
|
||||||
SV = "say Irssi $J - http://irssi.org/";
|
SV = "say Irssi $J ($V) - http://irssi.org/";
|
||||||
GOTO = "sb goto";
|
GOTO = "sb goto";
|
||||||
CHAT = "dcc chat";
|
CHAT = "dcc chat";
|
||||||
RUN = "SCRIPT LOAD";
|
RUN = "SCRIPT LOAD";
|
||||||
|
@ -95,7 +95,8 @@ static void cmd_version(char *data)
|
|||||||
|
|
||||||
if (*data == '\0') {
|
if (*data == '\0') {
|
||||||
printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||||
"Client: "PACKAGE" " IRSSI_VERSION);
|
"Client: "PACKAGE" " IRSSI_VERSION
|
||||||
|
" ("IRSSI_VERSION_DATE")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user