diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-17 11:05:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 11:05:01 +0100 |
commit | 243ae4be84d422322f20be1b715dc0b00ef9c32d (patch) | |
tree | d11cb75a08084655ac12e270d33344e91ffe3a08 /irssi.conf | |
parent | 1b7f32838557a4805029cfb17710148a948b11bf (diff) | |
parent | d983ad1a878103448231c8fd56fbc9c4b8f7f501 (diff) | |
download | irssi-243ae4be84d422322f20be1b715dc0b00ef9c32d.zip |
Merge pull request #814 from l2dy/website
Update Irssi website URLs to use https
Diffstat (limited to 'irssi.conf')
-rw-r--r-- | irssi.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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-}"; |