From b595ac2150e42a22e92b954188ae374d290b3f53 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 13 Jul 2023 21:40:26 +0330 Subject: update --- terminaldweller.com/sopel/default.cfg | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 terminaldweller.com/sopel/default.cfg (limited to 'terminaldweller.com/sopel') diff --git a/terminaldweller.com/sopel/default.cfg b/terminaldweller.com/sopel/default.cfg new file mode 100644 index 0000000..74a353b --- /dev/null +++ b/terminaldweller.com/sopel/default.cfg @@ -0,0 +1,41 @@ +[core] +nick = sopelbot +host = irc.terminaldweller.com +use_ssl = true +port = 6697 +owner = terminaldweller +channels = + "#sopelbot" +commands_on_connect = +auth_method = sasl +auth_target = PLAIN +auth_username = sopelbot +auth_password = +owner_account = terminaldweller + +[weather] +weather_provider = https://openweathermap.org/ +weather_api_key = + +[ip] + +[meetbot] + +[currency] + +[wikipedia] + +[tell] + +[safety] + +[admin] + +[py] + +[help] + +[url] + +[bugzilla] + -- cgit v1.2.3