From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Tue, 17 Sep 2019 12:46:59 +0000 (+0100)
Subject: Make defaults probably work
X-Git-Url: https://git.sommitrealweird.co.uk/bashbot.git/commitdiff_plain/d0ea976b674611afc494da40c2d5d866461df296?ds=sidebyside

Make defaults probably work
---

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...