From e1fc2069bf50123e3cef5df08e3968b2fc349aec Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 4 Jan 2020 16:09:56 -0500 Subject: Set the default network name to the hostname --- litterbox.c | 1 + 1 file changed, 1 insertion(+) 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, "@+"); -- cgit 1.4.1