From 3e0260443c16acd5ba09f5e720322f3859b14af1 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sat, 4 Jan 2014 19:58:45 +0100
Subject: kanotix-irc-1.0.5

---
 kanotix-irc/debian/changelog | 6 ++++++
 kanotix-irc/kanotix-irc      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/kanotix-irc/debian/changelog b/kanotix-irc/debian/changelog
index 448c231..6613c57 100644
--- a/kanotix-irc/debian/changelog
+++ b/kanotix-irc/debian/changelog
@@ -1,3 +1,9 @@
+kanotix-irc (1.0.5) unstable; urgency=low
+
+  * weechat: disable autostart in kanotix-irc
+
+ -- Holger Paradies <retabell@gmx.de>  Sat, 04 Jan 2014 19:44:49 +0100
+
 kanotix-irc (1.0.4) unstable; urgency=low
 
   * fix: weechat
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" ] && \
-- 
cgit v1.0