From d0ea976b674611afc494da40c2d5d866461df296 Mon Sep 17 00:00:00 2001
From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Tue, 17 Sep 2019 13:46:59 +0100
Subject: [PATCH] Make defaults probably work

---
 bashbot.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bashbot.sh b/bashbot.sh
index b28b146..f692ddb 100644
--- a/bashbot.sh
+++ b/bashbot.sh
@@ -34,8 +34,8 @@ cleanup() {
 my_hostname="$(hostname)"
 my_irc_channel="#alug"
 my_irc_password=""
-my_irc_nick="bpbot"
-my_irc_server="irc.alug.org.uk"
+my_irc_nick="bashbot"
+my_irc_server="irc.oftc.net"
 my_irc_port="6697"
 
 # now if there's a settings file, source that...
-- 
2.39.5