From 70f75f82b5669f5e485f02f025bbfaa34be3b371 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 5 Feb 2023 09:33:12 +0100 Subject: [PATCH] Trapkill not required, ii is closed when the hosting shell is closed (not sure why, though) --- start.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/start.sh b/start.sh index ea0ac98..185666a 100755 --- a/start.sh +++ b/start.sh @@ -1,8 +1,5 @@ #!/bin/sh -trap cleanup 1 2 3 6 9 11 -cleanup() { kill $PID; } - BOTNICK="uugbot2" SERVER="irc.uugrn.org" PORT="6660"