Add server to annna-message-common for special message scripts. - annna - Annna… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 52ab923f2115d9efdc9b806dfa96e9fec1ec5b2c | |
parent 5060bd6724210e913005783f29268119c331ff24 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 31 Dec 2021 12:45:37 +0100 | |
Add server to annna-message-common for special message scripts. | |
Diffstat: | |
M annna-message-gopherproject | 2 +- | |
M annna-message-radio | 3 ++- | |
2 files changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-message-gopherproject b/annna-message-gopherproject | |
@@ -12,5 +12,5 @@ text="$4" | |
# Nothing so far for gopherproject. | |
-annna-message-common "${channel}" "${user}" "${text}" | |
+annna-message-common "${server}" "${channel}" "${user}" "${text}" | |
diff --git a/annna-message-radio b/annna-message-radio | |
@@ -28,4 +28,5 @@ case "${text}" in | |
;; | |
esac | |
-annna-message-common "${channel}" "${user}" "${text}" | |
+annna-message-common "${server}" "${channel}" "${user}" "${text}" | |
+ |