summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2026-07-26 17:28:11 +0200
committerHolger Paradies <retabell@gmx.de>2026-07-26 17:28:11 +0200
commit91b69fc53bf6b7e0f55a8f82f99793a5ecc298a5 (patch)
tree03a7d462780c902b76a63d833ff76a5ee5ca5ac7
parentf59a547a454eb380cac70b84f673f835eebeee5d (diff)
downloadkanotix-packages-91b69fc53bf6b7e0f55a8f82f99793a5ecc298a5.zip
kanotix-packages-91b69fc53bf6b7e0f55a8f82f99793a5ecc298a5.tar.gz
kanotix-irc prefer zoitechat
-rwxr-xr-xkanotix-irc/kanotix-irc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kanotix-irc/kanotix-irc b/kanotix-irc/kanotix-irc
index e653e00..958ba8d 100755
--- a/kanotix-irc/kanotix-irc
+++ b/kanotix-irc/kanotix-irc
@@ -594,6 +594,11 @@ else
[ -x "$KSIRC" ] && \
exec "$KSIRC" --server "$FLL_IRC_SERVER" --channel "$FLL_IRC_CHANNEL" --nick "$NICK"
+ if [ -x "$ZOITECHAT" ]; then
+ kanotix_zoitechat
+ exit "$?"
+ fi
+
if [ -x "$HEXCHAT" ]; then
kanotix_hexchat
exit "$?"
@@ -604,11 +609,6 @@ else
exit "$?"
fi
- if [ -x "$ZOITECHAT" ]; then
- kanotix_zoitechat
- exit "$?"
- fi
-
# nasty fallback, but well - it works ;)
exec $XTERMINAL $XTERM_OPT $0 --tty
fi