diff options
-rw-r--r-- | catgirl.1 | 10 | ||||
-rw-r--r-- | scripts/chat.tmux.conf | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/catgirl.1 b/catgirl.1 index 9954def..c0877a9 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -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 |