From 91b69fc53bf6b7e0f55a8f82f99793a5ecc298a5 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sun, 26 Jul 2026 17:28:11 +0200 Subject: kanotix-irc prefer zoitechat --- kanotix-irc/kanotix-irc | 10 +++++----- 1 file 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 -- cgit v1.0