diff --git a/NEWS b/NEWS index 3f591c80..d7074e75 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v1.5-head-an 2022-xx-xx The Irssi team +v1.5-head 202x-xx-xx The Irssi team v1.4.1 2022-06-12 The Irssi team ! Note: botti no longer compiles; get in touch if you use it diff --git a/README.md b/README.md index a88ab927..963fbfca 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Neırssi +# [Irssi](https://irssi.org) -![Build Status](https://github.com/ailin-nemui/irssi/workflows/Check%20Irssi/badge.svg?branch=master) +![Build Status](https://github.com/irssi/irssi/workflows/Check%20Irssi/badge.svg?branch=master) -Neırssi is a modular text mode chat client mostly compatible with -[Irssi](https://irssi.org). It comes with IRC support built in, and -there are third party [ICB](https://github.com/jperkin/irssi-icb), +Irssi is a modular text mode chat client. It comes with IRC support +built in, and there are third party +[ICB](https://github.com/jperkin/irssi-icb), [SILC](http://www.silcnet.org/), [XMPP](http://cybione.org/~irssi-xmpp/) (Jabber), [PSYC](http://about.psyc.eu/Irssyc) and @@ -13,14 +13,14 @@ available. ![irssi](https://user-images.githubusercontent.com/5665186/32180643-cf127f60-bd92-11e7-8aa2-882313ce1d8e.png) -## [Download information](https://ailin-nemui.github.io/irssi/Getting.html) +## [Download information](https://irssi.org/download/) #### Development source installation [Ninja](https://ninja-build.org/) 1.8 and [Meson](https://mesonbuild.com/) 0.53 ``` -git clone https://github.com/ailin-nemui/irssi +git clone https://github.com/irssi/irssi cd irssi meson Build ninja -C Build && sudo ninja -C Build install @@ -28,7 +28,7 @@ ninja -C Build && sudo ninja -C Build install #### Release source installation -* Download [release](https://github.com/ailin-nemui/irssi/releases) +* Download [release](https://github.com/irssi/irssi/releases) * Verify signature ``` tar xJf irssi-*.tar.xz @@ -46,17 +46,17 @@ ninja -C Build && sudo ninja -C Build install #### See the [INSTALL](INSTALL) file for details -## Documentation +## [Documentation](https://irssi.org/documentation/) -* [New users guide](https://ailin-nemui.github.io/irssi/New-users.html) +* [New users guide](https://irssi.org/New-users/) +* [Questions and Answers](https://irssi.org/documentation/qna/) * Check the built-in `/HELP`, it has all the details on command syntax -* Other random Irssi documentation on https://irssi.org/documentation/ ## [Themes](https://irssi-import.github.io/themes/) ## [Scripts](https://scripts.irssi.org/) -## [Modules](https://ailin-nemui.github.io/irssi/Modules.html) +## [Modules](https://irssi.org/modules/) ## [Security information](https://irssi.org/security/) diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index bb7eacee..6c2ba0a9 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -85,7 +85,11 @@ FORMAT_REC gui_text_formats[] = { { NULL, "Welcome", 0 }, { "irssi_banner", - "Neırssi v$J", 0 }, + " ___ _%:" + "|_ _|_ _ _____(_)%:" + " | || '_(_-<_-< |%:" + "|___|_| /__/__/_|%:" + "Irssi v$J - https://irssi.org", 0 }, { "welcome_firsttime", "- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n" "Hi there! If this is your first time using Irssi, you%:" diff --git a/utils/make-dist.sh b/utils/make-dist.sh index f1e4e4af..3ea56599 100755 --- a/utils/make-dist.sh +++ b/utils/make-dist.sh @@ -57,8 +57,8 @@ cat <setup.cfg [metadata] name = $name version = $version -url = https://ailin-nemui.github.io/irssi/ -maintainer = Ailin Nemui +url = https://irssi.org/ +maintainer = The Irssi team maintainer_email = @ license = GNU General Public License v2 or later (GPLv2+)