3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-10-14 15:07:22 +02:00

Remove absolute path reference to ~/pbot

This commit is contained in:
Pragmatic Software 2025-10-08 12:18:17 -07:00
parent 0c00585e4a
commit 6e3813cb78
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
3 changed files with 4 additions and 4 deletions

2
applets/compliment vendored
View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: 2009-2023 Pragmatic Software <pragma78@gmail.com> # SPDX-FileCopyrightText: 2009-2023 Pragmatic Software <pragma78@gmail.com>
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
~/pbot/applets/lookupbot.pl compliment "$*" ./lookupbot.pl compliment "$*"

2
applets/horoscope vendored
View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: 2009-2023 Pragmatic Software <pragma78@gmail.com> # SPDX-FileCopyrightText: 2009-2023 Pragmatic Software <pragma78@gmail.com>
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
~/pbot/applets/lookupbot.pl horoscope "$*" ./lookupbot.pl horoscope "$*"

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script # These are set by the /misc/update_version script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 4900, BUILD_REVISION => 4903,
BUILD_DATE => "2025-10-05", BUILD_DATE => "2025-10-08",
}; };
sub initialize {} sub initialize {}