summaryrefslogtreecommitdiff
path: root/kanotix-irc/kanotix-irc
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2014-01-04 19:58:45 +0100
committerHolger Paradies <retabell@gmx.de>2014-01-04 20:51:11 +0100
commit3e0260443c16acd5ba09f5e720322f3859b14af1 (patch)
treeb87172c37737dc645caa4640d93a5ecaa9d475fd /kanotix-irc/kanotix-irc
parent803438bfde9903811d301c9662f0474fdba0bb83 (diff)
downloadkanotix-packages-3e0260443c16acd5ba09f5e720322f3859b14af1.zip
kanotix-packages-3e0260443c16acd5ba09f5e720322f3859b14af1.tar.gz
kanotix-irc-1.0.5
Diffstat (limited to 'kanotix-irc/kanotix-irc')
-rwxr-xr-xkanotix-irc/kanotix-irc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kanotix-irc/kanotix-irc b/kanotix-irc/kanotix-irc
index d359082..6f1e0d2 100755
--- a/kanotix-irc/kanotix-irc
+++ b/kanotix-irc/kanotix-irc
@@ -451,7 +451,7 @@ if [ -z "$DISPLAY" ]; then
[ -d ~/.weechat ] || cp -r /etc/skel/.weechat ~
grep -qs "ssl_dhkey_size = 2048" ~/.weechat/irc.conf && sed -i 's/\(ssl_dhkey_size =\).*/\1 1024/' ~/.weechat/irc.conf
[ -r ~/.weechat/irc.conf ] || cp /etc/skel/.weechat/irc.conf ~/.weechat
- exec $WEECHAT "ircs://$NICK@$FLL_IRC_SERVER:$FLL_IRC_PORT/$FLL_IRC_CHANNEL"
+ exec $WEECHAT -a "ircs://$NICK@$FLL_IRC_SERVER:$FLL_IRC_PORT/$FLL_IRC_CHANNEL"
fi
[ -x "$BITCHX" ] && \