diff options
Diffstat (limited to 'bin/padd.sh')
-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 } |