summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-19 11:18:26 -0400
committerJune McEnroe <june@causal.agency>2021-05-19 11:18:26 -0400
commit972922209d0ad8892cdc39b0fd5df1ae28964a64 (patch)
treec16a2cf773639b2b8e5d646bb58298fdff9d5786
parentSkip leading whitespace on prepends and commands (diff)
downloadcatsit-972922209d0ad8892cdc39b0fd5df1ae28964a64.tar.gz
catsit-972922209d0ad8892cdc39b0fd5df1ae28964a64.zip
Remove freenode
-rw-r--r--catsit.82
-rw-r--r--catsit.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/catsit.8 b/catsit.8
index 7448012..fe8018a 100644
--- a/catsit.8
+++ b/catsit.8
@@ -103,7 +103,7 @@ The default path of the named pipe.
 .
 .Sh EXAMPLES
 .Bd -literal
-catsit restart pounce/freenode
+catsit restart pounce/tilde
 catsit INFO 'pounce/*'
 .Ed
 .
diff --git a/catsit.conf.5 b/catsit.conf.5
index b7a45d4..fc2b769 100644
--- a/catsit.conf.5
+++ b/catsit.conf.5
@@ -78,8 +78,8 @@ calico	calico -H irc.example.org $socks
 pounce	pounce -U $socks pounce.conf
 
 # Templating command lines using service names:
-pounce/freenode	pounce ${0#*/}.conf
 pounce/tilde	pounce ${0#*/}.conf
+pounce/libera	pounce ${0#*/}.conf
 
 # Privileged services:
 @scooper	kfcgi -d -U $USER -p ~/.local -- /bin/scooper
git-pink/commit/shared.c?h=1.4.1&id=d6f6072560c963065b13c704fa1fa6f8950e4bac&follow=1'>Add generic filter/plugin infrastructureLars Hjemli 2009-07-25Add support for mime type registration and lookupLars Hjemli 2009-07-25cgit.h: keep config flags sortedLars Hjemli 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli 2009-07-25Add support for 'noheader' optionLars Hjemli 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli 2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli