diff --git a/applets/compliment b/applets/compliment index 52aa51da..a9fa9338 100755 --- a/applets/compliment +++ b/applets/compliment @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2009-2023 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/applets/lookupbot.pl compliment "$*" +./lookupbot.pl compliment "$*" diff --git a/applets/horoscope b/applets/horoscope index 0f27a4a2..3743ccee 100755 --- a/applets/horoscope +++ b/applets/horoscope @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2009-2023 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/applets/lookupbot.pl horoscope "$*" +./lookupbot.pl horoscope "$*" diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 3253eb29..b55416d2 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 => 4900, - BUILD_DATE => "2025-10-05", + BUILD_REVISION => 4903, + BUILD_DATE => "2025-10-08", }; sub initialize {}