trans

Unnamed repository; edit this file 'description' to name the repository.
git clone git://fqcor.com/trans.git
torsocks git clone git://fqcoretoclxwqpy3dwktkskmwywrcktgnpviesveq6vrjhqhdc6y4fid.onion/trans.git
Log | Files | Refs | README | LICENSE

commit 98cc3245e647510cecdb9660af8166dfebc7a0b8
parent 64491da08a047caaa1dfe0d64dbd13980b18fa54
Author: hhvn <dev@hhvn.uk>
Date:   Tue,  6 Apr 2021 20:16:17 +0200

botreply: input-lang is optional

Signed-off-by: mys <>

Diffstat:
Mbotreply | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/botreply b/botreply @@ -68,7 +68,7 @@ case "$1" in ;; *"PRIVMSG "*":$nick: help"|*"PRIVMSG "*":$nick, help") channel=$(echo "$1" | awk '{print $3}') - echo "PRIVMSG $channel :$nick: [<input-lang>:<output-lang>] <untranslated-text>" + echo "PRIVMSG $channel :$nick: [[input-lang]:<output-lang>] <untranslated-text>" echo "PRIVMSG $channel :$nick: :morse <encoded-text|unencoded-text>" echo "PRIVMSG $channel :$nick: :phoneme <english text>" echo "PRIVMSG $channel :$nick: :ipa <english text>"