From 50ca5b57f618c31fe37cc3e468169284bc2a16d3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 23 Sep 2024 11:27:04 -0700 Subject: [PATCH] Remove TypoSub from plugin_autoload --- data/plugin_autoload | 1 - lib/PBot/VERSION.pm | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/plugin_autoload b/data/plugin_autoload index 0eb0e254..16286c5f 100644 --- a/data/plugin_autoload +++ b/data/plugin_autoload @@ -17,7 +17,6 @@ Quotegrabs Plang RemindMe RestrictedMod -TypoSub UrlTitles Weather Wolfram diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 4b3507ca..cb9e9c6b 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4789, - BUILD_DATE => "2024-09-22", + BUILD_REVISION => 4790, + BUILD_DATE => "2024-09-23", }; sub initialize {}