summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/causal.agency/index.74
-rw-r--r--www/text.causal.agency/010-irc-suite.74
2 files changed, 4 insertions, 4 deletions
diff --git a/www/causal.agency/index.7 b/www/causal.agency/index.7
index 3727cafe..489b0b53 100644
--- a/www/causal.agency/index.7
+++ b/www/causal.agency/index.7
@@ -1,4 +1,4 @@
-.Dd March 14, 2021
+.Dd May 19, 2021
 .Dt CAUSAL.AGENCY 7
 .Os "Causal Agency"
 .
@@ -12,7 +12,7 @@
 .Nm
 in
 .Li #ascii.town
-on freenode
+on tilde.chat
 .
 .Sh DESCRIPTION
 I make mostly IRC software in C.
diff --git a/www/text.causal.agency/010-irc-suite.7 b/www/text.causal.agency/010-irc-suite.7
index b54adf3d..515a30ab 100644
--- a/www/text.causal.agency/010-irc-suite.7
+++ b/www/text.causal.agency/010-irc-suite.7
@@ -358,7 +358,7 @@ If you try any of this software
 and have feedback,
 let me know in
 .Li #ascii.town
-on freenode
+on tilde.chat
 or by email.
 And of course,
 patches are always welcome.
@@ -387,7 +387,7 @@ A small demo of scooper is hosted at
 .Aq Lk "https://causal.agency/scooper/" .
 It publicly logs the
 .Li #litterbox
-channel on freenode.
+channel on tilde.chat.
 .
 .Sh SEE ALSO
 .Bl -item -compact
/commit/home/.shrc?id=38f8c99f190c23ae1ac6d84129c9077d134572f4&follow=1'>Use vi and lessJune McEnroe I haven't used neovim in a couple weeks by now, so I may as well commit this. 2021-01-20Use mtags for sh in source-filterJune McEnroe 2021-01-20Generate tags for sh files in mtagsJune McEnroe Only matches functions declared at the beginnings of lines, but I'm fine with that. 2021-01-20Add messy sh lexerJune McEnroe Surprisingly seems to work for everything I looked at in my repos. 2021-01-20Add all target to git.causal.agency MakefileJune McEnroe 2021-01-20Remove Lua supportJune McEnroe Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe