summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--catgirl.110
-rw-r--r--scripts/chat.tmux.conf1
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
g_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe