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
-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, "@+");
 
ff776f766&follow=1'>Remove unfinished PSF fontsJune McEnroemmit/scoop.1?h=1.4p1&id=8aefa42c5844f9ed5def1605cc9103433ad795de&follow=1'>Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe