mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Clean up remaining branding reverts
This commit is contained in:
parent
2f700bebc7
commit
6d2cfc24b7
@ -29,7 +29,7 @@ ninja -C Build && sudo ninja -C Build install
|
|||||||
#### Release source installation
|
#### Release source installation
|
||||||
|
|
||||||
* Download [release](https://github.com/irssi/irssi/releases)
|
* Download [release](https://github.com/irssi/irssi/releases)
|
||||||
* Verify signature
|
* [Verify](https://irssi.org/download/#release-sources) signature
|
||||||
```
|
```
|
||||||
tar xJf irssi-*.tar.xz
|
tar xJf irssi-*.tar.xz
|
||||||
cd irssi-*
|
cd irssi-*
|
||||||
@ -62,7 +62,7 @@ ninja -C Build && sudo ninja -C Build install
|
|||||||
|
|
||||||
Please report security issues to staff@irssi.org. Thanks!
|
Please report security issues to staff@irssi.org. Thanks!
|
||||||
|
|
||||||
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / Contributing
|
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / [Contributing](https://irssi.org/development/)
|
||||||
|
|
||||||
Check the GitHub issues if it is already listed in there; if not, open
|
Check the GitHub issues if it is already listed in there; if not, open
|
||||||
an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
|
an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
|
||||||
|
@ -84,7 +84,11 @@ FORMAT_REC gui_text_formats[] =
|
|||||||
{ NULL, "Welcome", 0 },
|
{ NULL, "Welcome", 0 },
|
||||||
|
|
||||||
{ "irssi_banner",
|
{ "irssi_banner",
|
||||||
"Irssi v$J", 0 },
|
" ___ _%:"
|
||||||
|
"|_ _|_ _ _____(_)%:"
|
||||||
|
" | || '_(_-<_-< |%:"
|
||||||
|
"|___|_| /__/__/_|%:"
|
||||||
|
"Irssi v$J - https://irssi.org", 0 },
|
||||||
{ "welcome_firsttime",
|
{ "welcome_firsttime",
|
||||||
"- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
|
"- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
|
||||||
"Hi there! If this is your first time using Irssi, you%:"
|
"Hi there! If this is your first time using Irssi, you%:"
|
||||||
|
Loading…
Reference in New Issue
Block a user