summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-04 16:09:56 -0500
committerJune McEnroe <june@causal.agency>2020-01-04 16:09:56 -0500
commite1fc2069bf50123e3cef5df08e3968b2fc349aec (patch)
treea3f82681f6f42e9b673a14616ffff92f80d68ddd
parentClean up unscoop(1) documentation (diff)
downloadlitterbox-e1fc2069bf50123e3cef5df08e3968b2fc349aec.tar.gz
litterbox-e1fc2069bf50123e3cef5df08e3968b2fc349aec.zip
Set the default network name to the hostname
Diffstat (limited to '')
-rw-r--r--litterbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litterbox.c b/litterbox.c
index 31d7198..c6cee84 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -665,6 +665,7 @@ int main(int argc, char *argv[]) {
 
 	if (!host) errx(EX_USAGE, "host required");
 	set(&self, "*");
+	set(&network, host);
 	set(&chanTypes, "#&");
 	set(&prefixes, "@+");
 
ogheader'>2021-05-25build: Add scripts to EXTRA_DISTJune McEnroe 2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe