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:
parent
fcaa2d3044
commit
50ca5b57f6
1
data/plugin_autoload
vendored
1
data/plugin_autoload
vendored
@ -17,7 +17,6 @@ Quotegrabs
|
||||
Plang
|
||||
RemindMe
|
||||
RestrictedMod
|
||||
TypoSub
|
||||
UrlTitles
|
||||
Weather
|
||||
Wolfram
|
||||
|
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user