diff options
author | Holger Paradies <retabell@gmx.de> | 2014-01-04 19:58:45 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-01-04 20:51:11 +0100 |
commit | 3e0260443c16acd5ba09f5e720322f3859b14af1 (patch) | |
tree | b87172c37737dc645caa4640d93a5ecaa9d475fd | |
parent | 803438bfde9903811d301c9662f0474fdba0bb83 (diff) | |
download | kanotix-packages-3e0260443c16acd5ba09f5e720322f3859b14af1.zip kanotix-packages-3e0260443c16acd5ba09f5e720322f3859b14af1.tar.gz |
kanotix-irc-1.0.5
-rw-r--r-- | kanotix-irc/debian/changelog | 6 | ||||
-rwxr-xr-x | kanotix-irc/kanotix-irc | 2 |
2 files changed, 7 insertions, 1 deletions
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" ] && \ |