diff options
| author | C. McEnroe | 2021-05-19 11:00:15 -0400 | 
|---|---|---|
| committer | C. McEnroe | 2021-05-19 11:00:15 -0400 | 
| commit | c5014377350fbc1e46ee7a690e8d9218ebdb7274 (patch) | |
| tree | a9794c3cfa97155d8fa2638cc82169649df288c1 | |
| parent | 4ac099e31a5c81d6626d32b522b8d5b30c276680 (diff) | |
Replace freenode with tilde.chat
| -rw-r--r-- | catgirl.1 | 10 | ||||
| -rw-r--r-- | scripts/chat.tmux.conf | 1 | 
2 files changed, 5 insertions, 6 deletions
| @@ -776,19 +776,19 @@ Join  .Li #ascii.town  from the command line:  .Bd -literal -offset indent -catgirl -h chat.freenode.net -j '#ascii.town' +catgirl -h irc.tilde.chat -j '#ascii.town'  .Ed  .Pp  Create a configuration file in -.Pa ~/.config/catgirl/freenode : +.Pa ~/.config/catgirl/tilde :  .Bd -literal -offset indent -host = chat.freenode.net +host = irc.tilde.chat  join = #ascii.town  .Ed  .Pp  Load the configuration file:  .Bd -literal -offset indent -catgirl freenode +catgirl tilde  .Ed  .  .Sh STANDARDS @@ -979,4 +979,4 @@ Send mail to  or join  .Li #ascii.town  on -.Li chat.freenode.net . +.Li irc.tilde.chat . diff --git a/scripts/chat.tmux.conf b/scripts/chat.tmux.conf index 7ef6ccb..9d4b238 100644 --- a/scripts/chat.tmux.conf +++ b/scripts/chat.tmux.conf @@ -58,5 +58,4 @@ bind-key -N 'reload configuration'	-- R	{  # IRC  new-window -d -S -n hackint	-- catgirl	-- defaults hackint -new-window -d -S -n freenode	-- catgirl	-- defaults freenode  new-window -d -S -n efnet	-- catgirl	-- defaults efnet | 
