Trapkill not required, ii is closed when the hosting shell is closed (not sure why, though)

This commit is contained in:
c0dev0id 2023-02-05 09:33:12 +01:00
parent b050adbc02
commit 70f75f82b5
1 changed files with 0 additions and 3 deletions

View File

@ -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"