change bot name and put it into a test channel

This commit is contained in:
c0dev0id 2023-02-05 09:20:05 +01:00
parent 9b75138b47
commit 57872194e5
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ trap cleanup 1 2 3 6 9 11
cleanup() { kill $PID; }
BOTNICK="uugbot"
BOTNICK="uugbot2"
SERVER="irc.uugrn.org"
PORT="6660"
CHANNEL="#uugrn"
CHANNEL="#bottest"
BOTDIR="$PWD"