diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-13 16:35:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-13 16:35:34 +0000 |
commit | a3e125003744301bf4110a9c90954054d72c8836 (patch) | |
tree | e99851d91c2ade42180637a60d30236cd877964e /bin | |
parent | Updating. (diff) | |
download | progress-linux-tools-a3e125003744301bf4110a9c90954054d72c8836.tar.xz progress-linux-tools-a3e125003744301bf4110a9c90954054d72c8836.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/padd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/padd.sh b/bin/padd.sh index df23e50..4c32154 100755 --- a/bin/padd.sh +++ b/bin/padd.sh @@ -40,7 +40,7 @@ Irk () for CHANNEL in ${CHANNELS} do - echo irk irc://irc.oftc.net:7000/${CHANNEL} ${MESSAGE} + ssh ssh.as216318.net irk irc://irc.oftc.net:7000/${CHANNEL} ${MESSAGE} done } |