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:
parent
0c00585e4a
commit
6e3813cb78
2
applets/compliment
vendored
2
applets/compliment
vendored
@ -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
2
applets/horoscope
vendored
@ -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 "$*"
|
||||||
|
@ -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 {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user