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
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe