3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-06 03:59:31 +01:00

Remove TypoSub from plugin_autoload

This commit is contained in:
Pragmatic Software 2024-09-23 11:27:04 -07:00
parent fcaa2d3044
commit 50ca5b57f6
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@ Quotegrabs
Plang
RemindMe
RestrictedMod
TypoSub
UrlTitles
Weather
Wolfram

View File

@ -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 {}