mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Update Irssi website URLs
This commit is contained in:
parent
ef8111eebe
commit
d983ad1a87
@ -53,7 +53,7 @@ make && sudo make install
|
||||
|
||||
## [Themes](https://irssi-import.github.io/themes/)
|
||||
|
||||
## [Scripts](http://scripts.irssi.org/)
|
||||
## [Scripts](https://scripts.irssi.org/)
|
||||
|
||||
## [Modules](https://irssi.org/modules/)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
%9References:%9
|
||||
|
||||
http://www.irssi.org
|
||||
https://irssi.org
|
||||
https://github.com/irssi
|
||||
|
||||
%9See also:%9 DIE, KILL, OPER
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
%9References:%9
|
||||
|
||||
http://www.irssi.org
|
||||
https://irssi.org
|
||||
https://github.com/irssi
|
||||
|
||||
%9See also:%9 CONNECT, MSG, NETWORK, SERVER
|
||||
|
@ -59,7 +59,7 @@ show a help message
|
||||
.SH SEE ALSO
|
||||
.B Irssi
|
||||
has a solid amount of documentation available; check /HELP or look online
|
||||
at http://www.irssi.org
|
||||
at https://irssi.org
|
||||
.SH FILES
|
||||
.TP
|
||||
.I ~/.irssi/config
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
Irssi 0.8 documentation - http://www.irssi.org/
|
||||
Irssi 0.8 documentation - https://irssi.org/
|
||||
|
||||
Copyright(c) 2000 Timo Sirainen <cras@irssi.org>
|
||||
|
||||
|
@ -145,7 +145,7 @@ aliases = {
|
||||
SB = "SCROLLBACK";
|
||||
SBAR = "STATUSBAR";
|
||||
SIGNOFF = "QUIT";
|
||||
SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
|
||||
SV = "MSG * Irssi $J ($V) - https://irssi.org";
|
||||
T = "TOPIC";
|
||||
UB = "UNBAN";
|
||||
UMODE = "MODE $N";
|
||||
@ -281,7 +281,7 @@ statusbar = {
|
||||
prompt_empty = "{prompt $winname}";
|
||||
|
||||
topic = " $topic";
|
||||
topic_empty = " Irssi v$J - http://www.irssi.org";
|
||||
topic_empty = " Irssi v$J - https://irssi.org";
|
||||
|
||||
lag = "{sb Lag: $0-}";
|
||||
act = "{sb Act: $0-}";
|
||||
|
@ -87,7 +87,7 @@ FORMAT_REC gui_text_formats[] =
|
||||
"|_ _|_ _ _____(_)%:"
|
||||
" | || '_(_-<_-< |%:"
|
||||
"|___|_| /__/__/_|%:"
|
||||
"Irssi v$J - http://www.irssi.org", 0 },
|
||||
"Irssi v$J - https://irssi.org", 0 },
|
||||
{ "welcome_firsttime",
|
||||
"- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
|
||||
"Hi there! If this is your first time using Irssi, you%:"
|
||||
|
Loading…
Reference in New Issue
Block a user