From 86f202898021fc32b5f85c4ec9452e255066c61a Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Wed, 25 Sep 2024 02:38:04 +0400 Subject: [PATCH] chore: remove legacy settings files --- src/honeybot/settings/AUTOJOIN_CHANNELS.conf | 2 -- src/honeybot/settings/CONNECT.conf | 5 ----- src/honeybot/settings/FRIENDS.conf | 4 ---- src/honeybot/settings/OWNERS.conf | 1 - src/honeybot/settings/PLUGINS.conf | 1 - src/honeybot/settings/email_config.conf | 21 -------------------- 6 files changed, 34 deletions(-) delete mode 100644 src/honeybot/settings/AUTOJOIN_CHANNELS.conf delete mode 100644 src/honeybot/settings/CONNECT.conf delete mode 100644 src/honeybot/settings/FRIENDS.conf delete mode 100644 src/honeybot/settings/OWNERS.conf delete mode 100644 src/honeybot/settings/PLUGINS.conf delete mode 100644 src/honeybot/settings/email_config.conf diff --git a/src/honeybot/settings/AUTOJOIN_CHANNELS.conf b/src/honeybot/settings/AUTOJOIN_CHANNELS.conf deleted file mode 100644 index 54fa38c..0000000 --- a/src/honeybot/settings/AUTOJOIN_CHANNELS.conf +++ /dev/null @@ -1,2 +0,0 @@ -##bottestingmu -#ltch diff --git a/src/honeybot/settings/CONNECT.conf b/src/honeybot/settings/CONNECT.conf deleted file mode 100644 index 366050e..0000000 --- a/src/honeybot/settings/CONNECT.conf +++ /dev/null @@ -1,5 +0,0 @@ -[INFO] - -server_url = irc.libera.chat -port = 6667 -name = appinventormuBot diff --git a/src/honeybot/settings/FRIENDS.conf b/src/honeybot/settings/FRIENDS.conf deleted file mode 100644 index 04d33c8..0000000 --- a/src/honeybot/settings/FRIENDS.conf +++ /dev/null @@ -1,4 +0,0 @@ -haruno -loganad1 -keiserr -riceabove diff --git a/src/honeybot/settings/OWNERS.conf b/src/honeybot/settings/OWNERS.conf deleted file mode 100644 index a7f712c..0000000 --- a/src/honeybot/settings/OWNERS.conf +++ /dev/null @@ -1 +0,0 @@ -angelitogiacco diff --git a/src/honeybot/settings/PLUGINS.conf b/src/honeybot/settings/PLUGINS.conf deleted file mode 100644 index 3db76df..0000000 --- a/src/honeybot/settings/PLUGINS.conf +++ /dev/null @@ -1 +0,0 @@ -anime \ No newline at end of file diff --git a/src/honeybot/settings/email_config.conf b/src/honeybot/settings/email_config.conf deleted file mode 100644 index c78428e..0000000 --- a/src/honeybot/settings/email_config.conf +++ /dev/null @@ -1,21 +0,0 @@ -#put your email to send from after "Email: ", make sure that there is atleast 1 space -#between "Email:" and your email. - -Email: email@email.com - -#put your email password and make sure that there is at least 1 space between "Password:" -#and your password - -Password: password - -#put your email service provider's SMTP server. The default will be "smtp.office365.com" -#which is used for outlook and hotmail emails. Make sure there is at least 1 space between -#"Server:" and the server name. - -SMTP Server: smtp.office365.com - -#put your email service provider's SMTP server's port. The default will be "587" which -#is the port for the "smtp.office365.com". Make sure there is at least 1 space between -#"Port:" and the port number. - -SMTP Server Port: 587