From 57872194e566a845e31beac9c08f0bf60b1b854c Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 5 Feb 2023 09:20:05 +0100 Subject: [PATCH] change bot name and put it into a test channel --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 4b50ed5..b315e50 100755 --- a/start.sh +++ b/start.sh @@ -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"