Fix alternative funny weather. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c990180f2232737b76dce75d6e2cb9add10e2303 | |
parent 0db5792651ed990483db7a2e9512f9a0a6c2509d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 15 Jun 2025 21:32:46 +0200 | |
Fix alternative funny weather. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -936,7 +936,7 @@ case "${text}" in | |
fi | |
} & | |
;; | |
-"${ircuser}, funny weather at "*|"${ircuser}, weather in "*) | |
+"${ircuser}, funny weather at "*|"${ircuser}, funny weather in "*) | |
{ | |
weatherplace="$(printf "%s\n" "${text}" \ | |
| sed 's,.*funny weather .. \(.*\),\1,' \ |