mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
branding
This commit is contained in:
parent
921c40f09b
commit
2cdcf86174
5 changed files with 291 additions and 26 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;
|
||||
return PACKAGE_VERSION "-an";
|
||||
}
|
||||
|
||||
/* current value of CMDCHARS */
|
||||
|
|
|
|||
|
|
@ -84,11 +84,7 @@ FORMAT_REC gui_text_formats[] =
|
|||
{ NULL, "Welcome", 0 },
|
||||
|
||||
{ "irssi_banner",
|
||||
" ___ _%:"
|
||||
"|_ _|_ _ _____(_)%:"
|
||||
" | || '_(_-<_-< |%:"
|
||||
"|___|_| /__/__/_|%:"
|
||||
"Irssi v$J - https://irssi.org", 0 },
|
||||
"Neırssi v$J", 0 },
|
||||
{ "welcome_firsttime",
|
||||
"- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
|
||||
"Hi there! If this is your first time using Irssi, you%:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue