summary refs log tree commit diff
diff options
context:
space:
mode:
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, "@+");
 
'2020-06-19 15:01:28 -0400'>2020-06-19Add note about litterbox bot useJune McEnroe 2020-06-19Publish "IRC suite"June McEnroe 2020-06-17Add errors to link.shJune McEnroe