This commit is contained in:
Pragmatic Software 2021-11-25 16:47:26 -08:00
parent 35ebdd69df
commit eef431af10
2 changed files with 2 additions and 2 deletions

2
applets/compliment vendored
View File

@ -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
View File

@ -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 "$*"