mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
continue head
This commit is contained in:
parent
2cdcf86174
commit
2003446e98
4 changed files with 5 additions and 3 deletions
|
|
@ -322,7 +322,7 @@ static char *expando_last_invite(SERVER_REC *server, void *item, int *free_ret)
|
|||
/* client version text string */
|
||||
static char *expando_version(SERVER_REC *server, void *item, int *free_ret)
|
||||
{
|
||||
return PACKAGE_VERSION "-an";
|
||||
return PACKAGE_VERSION;
|
||||
}
|
||||
|
||||
/* current value of CMDCHARS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue