Make defaults probably work
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 17 Sep 2019 12:46:59 +0000 (13:46 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 17 Sep 2019 12:46:59 +0000 (13:46 +0100)
bashbot.sh

index b28b146e23a1474223f193fd40a3a10a429ac65e..f692ddbd359b82b26e684686b4a81e377fa4c78c 100644 (file)
@@ -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...