about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-19 11:00:15 -0400
committerJune McEnroe <june@causal.agency>2021-05-19 11:00:15 -0400
commitc5014377350fbc1e46ee7a690e8d9218ebdb7274 (patch)
treea9794c3cfa97155d8fa2638cc82169649df288c1
parentRemove no longer needed advice about mandir (diff)
downloadcatgirl-c5014377350fbc1e46ee7a690e8d9218ebdb7274.tar.gz
catgirl-c5014377350fbc1e46ee7a690e8d9218ebdb7274.zip
Replace freenode with tilde.chat
-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
td>Break nicks with ZWNJJune McEnroe This should prevent bad wrapping. 2019-05-26Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe who the fuck is scraeming "#define _GNU_SOURCE" at my house. show yourself, coward. i will never #define _GNU_SOURCE 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe