mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
Fix path
This commit is contained in:
parent
35ebdd69df
commit
eef431af10
2
applets/compliment
vendored
2
applets/compliment
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
~/pbot/modules/lookupbot.pl compliment "$*"
|
||||
~/pbot/applets/lookupbot.pl compliment "$*"
|
||||
|
2
applets/horoscope
vendored
2
applets/horoscope
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
~/pbot/modules/lookupbot.pl horoscope "$*"
|
||||
~/pbot/applets/lookupbot.pl horoscope "$*"
|
||||
|
Loading…
Reference in New Issue
Block a user