From a4ec795f9648328dc8b22efec8f0b2516671c3e3 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 22 Jan 2022 12:27:24 +0000 Subject: [PATCH] add the rest in --- perl/DXChannel.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 5a4ee228..c4584ba7 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -64,7 +64,8 @@ $count = 0; enhanced => '5,Enhanced Client,yesno', errors => '9,Errors', func => '5,Function', - group => '0,Access Group,parray', # used to create a group of users/nodes for some purpose or other + group => '0,Access Group,parray', # used to create a group of users/nodes for some purpose or other. + gtk => '5,Using GTK,yesno', handle_xml => '9,Handles XML,yesno', here => '0,Here?,yesno', hostname => '0,Hostname', @@ -77,9 +78,11 @@ $count = 0; inspotsfilter => '5,Spot Filt-inp', inwcyfilter => '5,WCY Filt-inp', inwwvfilter => '5,WWV Filt-inp', + isbasic => '9,Internal Connection', isolate => '5,Isolate network,yesno', isslugged => '9,Still Slugged,yesno', itu => '0,ITU Zone', + K => '9,Seen on PC92 K,yesno', lang => '0,Language', lastmsgpoll => '0,Last Msg Poll,atime', lastping => '5,Ping last sent,atime', -- 2.34.1