Skip to content

Commit e31d42b

Browse files
Merge pull request irssi#1328 from irssi/docs-change
Applied the updated docs changes in line with the upcoming blog post.
2 parents a4486c2 + a5d4fd5 commit e31d42b

23 files changed

+73
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Irssi is always looking for developers. Feel free to submit patches through
7272
GitHub pull requests.
7373

7474
You can also contact the Irssi developers in
75-
[#irssi](https://irssi.org/support/irc/) on freenode.
75+
[#irssi](https://irssi.org/support/irc/) on irc.libera.chat.

docs/help/in/admin.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%9Examples:%9
1616

1717
/ADMIN
18-
/ADMIN orwell.freenode.net
18+
/ADMIN irc.example.com
1919
/ADMIN mike
2020

2121
%9See also:%9 INFO

docs/help/in/channel.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
/CHANNEL
3535
/CHANNEL LIST
36-
/CHANNEL ADD -auto #irssi Freenode
36+
/CHANNEL ADD -auto #irssi ExampleNet
3737
/CHANNEL ADD -auto #basementcat Quakenet secret_lair
38-
/CHANNEL ADD -auto -bots '*!@*.irssi.org *!bot@irssi.org' -botcmd 'msg $0 op WzerTrzq' #hideout Freenode
38+
/CHANNEL ADD -auto -bots '*!@*.irssi.org *!bot@irssi.org' -botcmd 'msg $0 op WzerTrzq' #hideout ExampleNet
3939
/CHANNEL ADD -auto -bots 'Q!TheQBot@CServe.quakenet.org' -botcmd '^MSG Q op #irssi' #irssi Quakenet
40-
/CHANNEL MODIFY -noauto #irssi Freenode
41-
/CHANNEL REMOVE #hideout Freenode
40+
/CHANNEL MODIFY -noauto #irssi ExampleNet
41+
/CHANNEL REMOVE #hideout ExampleNet
4242

4343
%9Special Example:%9
4444

docs/help/in/connect.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
%9Examples:%9
3636

37-
/CONNECT Freenode
38-
/CONNECT -6 Freenode
39-
/CONNECT -4 -! -host staff.irssi.org -network Freenode orwell.freenode.net
37+
/CONNECT ExampleNet
38+
/CONNECT -6 ExampleNet
39+
/CONNECT -4 -! -host staff.irssi.org -network ExampleNet irc.example.com
4040
/CONNECT irc.irssi.org 6667 WzerT8zq mike
4141

4242
%9See also:%9 DISCONNECT, RMRECONNS, SERVER

docs/help/in/disconnect.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
%9Examples:%9
2020

21-
/DISCONNECT Freenode I'm off for today, take care!
21+
/DISCONNECT ExampleNet I'm off for today, take care!
2222
/DISCONNECT * Vacation time :D
2323
/DISCONNECT
2424

docs/help/in/info.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%9Examples:%9
1616

1717
/INFO
18-
/INFO orwell.freenode.net
18+
/INFO irc.example.com
1919

2020
%9See also:%9 ADMIN
2121

docs/help/in/join.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/JOIN #irssi
2121
/JOIN #basementcat secret_lair
2222
/JOIN -invite
23-
/JOIN -freenode #github,#freenode,#irssi
23+
/JOIN -ExampleNet #github,#example,#irssi
2424

2525
%9See also:%9 KICK, PART
2626

docs/help/in/knock.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%9Examples:%9
2424

2525
/KNOCK #irssi
26-
/KNOCK #freenode
26+
/KNOCK #example
2727
/KNOCK #github
2828

2929
%9See also:%9 INVITE, JOIN

docs/help/in/log.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
%9Examples:%9
3434

3535
/LOG OPEN -targets mike ~/irclogs/mike.log MSGS
36-
/LOG OPEN -targets #irssi-freenode ~/irclogs/freenode/irssi-%%Y-%%m-%%d
37-
/LOG CLOSE ~/irclogs/freenode/irssi-%%Y-%%m-%%d
38-
/LOG STOP ~/irclogs/freenode/irssi-%%Y-%%m-%%d
39-
/LOG START ~/irclogs/freenode/irssi-%%Y-%%m-%%d
36+
/LOG OPEN -targets #irssi ~/irclogs/ExampleNet/irssi-%%Y-%%m-%%d
37+
/LOG CLOSE ~/irclogs/ExampleNet/irssi-%%Y-%%m-%%d
38+
/LOG STOP ~/irclogs/ExampleNet/irssi-%%Y-%%m-%%d
39+
/LOG START ~/irclogs/ExampleNet/irssi-%%Y-%%m-%%d
4040

4141
/SET autolog ON
4242

docs/help/in/motd.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%9Examples:%9
1616

1717
/MOTD
18-
/MOTD orwel.freenode.org
18+
/MOTD irc.example.com
1919
/MOTD bob
2020

2121
%9See also:%9 ADMIN, INFO, LINKS, MAP

0 commit comments

Comments
 (0)