diff options
author | June McEnroe <june@causal.agency> | 2021-05-19 11:40:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-19 11:40:44 -0400 |
commit | 9f13b211aa9f0c74843038939b9c9b76ac77f375 (patch) | |
tree | 9e351ba9b077010c6e076f9a9e2011a7c1ac13a8 | |
parent | notify: Reword pounce-notify manual (diff) | |
download | pounce-9f13b211aa9f0c74843038939b9c9b76ac77f375.tar.gz pounce-9f13b211aa9f0c74843038939b9c9b76ac77f375.zip |
Replace freenode with tilde.chat
Diffstat (limited to '')
-rw-r--r-- | calico.1 | 8 | ||||
-rw-r--r-- | extra/notify/pounce-notify.1 | 2 | ||||
-rw-r--r-- | extra/palaver/pounce-palaver.1 | 2 | ||||
-rw-r--r-- | pounce.1 | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/calico.1 b/calico.1 index bc6b5cb..f4b5013 100644 --- a/calico.1 +++ b/calico.1 @@ -72,16 +72,16 @@ and dispatch to two instances of .Xr pounce 1 : .Bd -literal -offset indent certbot certonly -d oftc.example.org -certbot certonly -d freenode.example.org +certbot certonly -d libera.example.org pounce -U /var/run/calico -H oftc.example.org oftc.conf -pounce -U /var/run/calico -H freenode.example.org freenode.conf +pounce -U /var/run/calico -H libera.example.org libera.conf calico -H example.org /var/run/calico .Ed .Pp The two instances can be connected to via .Li oftc.example.org:6697 and -.Li freenode.example.org:6697 , +.Li libera.example.org:6697 , respectively. . .Sh SEE ALSO @@ -118,4 +118,4 @@ Send mail to or join .Li #ascii.town on -.Li chat.freenode.net . +.Li irc.tilde.chat . diff --git a/extra/notify/pounce-notify.1 b/extra/notify/pounce-notify.1 index 74ee554..422a0c8 100644 --- a/extra/notify/pounce-notify.1 +++ b/extra/notify/pounce-notify.1 @@ -105,4 +105,4 @@ Send mail to or join .Li #ascii.town on -.Li chat.freenode.net . +.Li irc.tilde.chat . diff --git a/extra/palaver/pounce-palaver.1 b/extra/palaver/pounce-palaver.1 index 37140c5..59daefa 100644 --- a/extra/palaver/pounce-palaver.1 +++ b/extra/palaver/pounce-palaver.1 @@ -104,4 +104,4 @@ Send mail to or join .Li #ascii.town on -.Li chat.freenode.net . +.Li irc.tilde.chat . diff --git a/pounce.1 b/pounce.1 index 95d4d79..7788b9a 100644 --- a/pounce.1 +++ b/pounce.1 @@ -193,7 +193,7 @@ Blindly request the IRCv3 capabilities This can be used to enable hidden capabilities, such as .Sy userhost-in-names -on freenode. +on some networks. . .It Fl S Ar host , Cm bind = Ar host Bind to source address @@ -628,14 +628,14 @@ sudo chmod g+r /etc/letsencrypt/live/irc.example.org/privkey.pem Start .Nm : .Bd -literal -offset indent -pounce -H irc.example.org -h chat.freenode.net -j '#ascii.town' +pounce -H irc.example.org -h irc.tilde.chat -j '#ascii.town' .Ed . .Pp Equivalent configuration file: .Bd -literal -offset indent local-host = irc.example.org -host = chat.freenode.net +host = irc.tilde.chat join = #ascii.town .Ed . @@ -797,7 +797,7 @@ Send mail to or join .Li #ascii.town on -.Li chat.freenode.net . +.Li irc.tilde.chat . . .Pp A client will sometimes receive its own message, |