annna-message-common: fix typos in exec and uri - annna - Annna the nice friend… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 49b61015c6cf4887fe765d4ba6c0be89d49615fe | |
parent eb4dce47da7a2d2415d233f053e9135e255c2787 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Fri, 9 Aug 2024 13:36:10 +0200 | |
annna-message-common: fix typos in exec and uri | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1117,8 +1117,8 @@ case "${text}" in | |
| sort -R \ | |
| head -n 1)" | |
outfile="/br/gopher/midi/${midifile##*/}.ogg" | |
- if play-midi "$midifile" >"$outfile"; then | |
- annna-say -s "${server}" -c "${channel}" "${user}, gophers://b… | |
+ if midi-play "$midifile" >"$outfile"; then | |
+ annna-say -s "${server}" -c "${channel}" "${user}, gophers://b… | |
fi | |
;; | |
"${ircuser}, please antidepressant #"*|\ |