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/)
|
## [Themes](https://irssi-import.github.io/themes/)
|
||||||
|
|
||||||
## [Scripts](http://scripts.irssi.org/)
|
## [Scripts](https://scripts.irssi.org/)
|
||||||
|
|
||||||
## [Modules](https://irssi.org/modules/)
|
## [Modules](https://irssi.org/modules/)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
%9References:%9
|
%9References:%9
|
||||||
|
|
||||||
http://www.irssi.org
|
https://irssi.org
|
||||||
https://github.com/irssi
|
https://github.com/irssi
|
||||||
|
|
||||||
%9See also:%9 DIE, KILL, OPER
|
%9See also:%9 DIE, KILL, OPER
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
%9References:%9
|
%9References:%9
|
||||||
|
|
||||||
http://www.irssi.org
|
https://irssi.org
|
||||||
https://github.com/irssi
|
https://github.com/irssi
|
||||||
|
|
||||||
%9See also:%9 CONNECT, MSG, NETWORK, SERVER
|
%9See also:%9 CONNECT, MSG, NETWORK, SERVER
|
||||||
|
@ -59,7 +59,7 @@ show a help message
|
|||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.B Irssi
|
.B Irssi
|
||||||
has a solid amount of documentation available; check /HELP or look online
|
has a solid amount of documentation available; check /HELP or look online
|
||||||
at http://www.irssi.org
|
at https://irssi.org
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
.I ~/.irssi/config
|
.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>
|
Copyright(c) 2000 Timo Sirainen <cras@irssi.org>
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ aliases = {
|
|||||||
SB = "SCROLLBACK";
|
SB = "SCROLLBACK";
|
||||||
SBAR = "STATUSBAR";
|
SBAR = "STATUSBAR";
|
||||||
SIGNOFF = "QUIT";
|
SIGNOFF = "QUIT";
|
||||||
SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
|
SV = "MSG * Irssi $J ($V) - https://irssi.org";
|
||||||
T = "TOPIC";
|
T = "TOPIC";
|
||||||
UB = "UNBAN";
|
UB = "UNBAN";
|
||||||
UMODE = "MODE $N";
|
UMODE = "MODE $N";
|
||||||
@ -281,7 +281,7 @@ statusbar = {
|
|||||||
prompt_empty = "{prompt $winname}";
|
prompt_empty = "{prompt $winname}";
|
||||||
|
|
||||||
topic = " $topic";
|
topic = " $topic";
|
||||||
topic_empty = " Irssi v$J - http://www.irssi.org";
|
topic_empty = " Irssi v$J - https://irssi.org";
|
||||||
|
|
||||||
lag = "{sb Lag: $0-}";
|
lag = "{sb Lag: $0-}";
|
||||||
act = "{sb Act: $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",
|
{ "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