diff options
| -rw-r--r-- | kanotix-irc/debian/changelog | 13 | ||||
| -rwxr-xr-x | kanotix-irc/kanotix-irc | 2 | ||||
| -rw-r--r-- | kanotix-irc/skel/.config/hexchat/hexchat.conf | 2 | ||||
| -rw-r--r-- | kanotix-irc/skel/.config/hexchat/servlist.conf | 7 |
4 files changed, 22 insertions, 2 deletions
diff --git a/kanotix-irc/debian/changelog b/kanotix-irc/debian/changelog index 073a049..a8fbb68 100644 --- a/kanotix-irc/debian/changelog +++ b/kanotix-irc/debian/changelog @@ -1,3 +1,16 @@ +kanotix-irc (1.0.11) unstable; urgency=medium + + * rebuild with new number + + -- Holger Paradies <retabell@gmx.de> Sat, 31 Dec 2022 12:24:44 +0100 + +kanotix-irc (1.0.10) unstable; urgency=medium + + * Hexchat config oftc + * Minor fixes + + -- Holger Paradies <retabell@gmx.de> Sun, 20 Nov 2022 09:39:50 +0100 + kanotix-irc (1.0.9) unstable; urgency=medium * Switch to oftc diff --git a/kanotix-irc/kanotix-irc b/kanotix-irc/kanotix-irc index b49b9db..4974d0d 100755 --- a/kanotix-irc/kanotix-irc +++ b/kanotix-irc/kanotix-irc @@ -418,7 +418,7 @@ _EOF_ cat <<_EOF_ >"$HEXCHATCFG/servlist.conf" -N=FreeNode +N=OFTC J=#kanotix E=UTF-8 (Unicode) F=63 diff --git a/kanotix-irc/skel/.config/hexchat/hexchat.conf b/kanotix-irc/skel/.config/hexchat/hexchat.conf index 5e7da99..14a686a 100644 --- a/kanotix-irc/skel/.config/hexchat/hexchat.conf +++ b/kanotix-irc/skel/.config/hexchat/hexchat.conf @@ -2,7 +2,7 @@ version = 2.8.8 completion_sort = 1 gui_input_spell = 0 gui_join_dialog = 0 -gui_slist_select = 29 +gui_slist_select = 60 gui_url_mod = 0 stamp_text = 1 tab_layout = 0 diff --git a/kanotix-irc/skel/.config/hexchat/servlist.conf b/kanotix-irc/skel/.config/hexchat/servlist.conf index 9fcc1da..df0a633 100644 --- a/kanotix-irc/skel/.config/hexchat/servlist.conf +++ b/kanotix-irc/skel/.config/hexchat/servlist.conf @@ -466,6 +466,13 @@ F=19 D=0 S=irc.oftc.net +N=OFTC_ssl_kanotix +E=UTF-8 (Unicode) +F=19 +D=1 +S=irc.oftc.net/+6697 +J=#kanotix + N=OtherNet E=UTF-8 (Unicode) F=19 |
