X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=5a9ca3b2de56c41bfae40ef7f480c28e840a8f4f;hb=171a7a0bf86e9732a33c7829e808129ec01c51c2;hp=970832d53df28987489e28ad48c25b53578b1f5e;hpb=0824a94355e5fb2b4c379bb013d66466725629f5;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 970832d5..5a9ca3b2 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -57,6 +57,7 @@ use vars qw(%channels %valid); confmode => '0,In Conference?,yesno', dx => '0,DX Spots,yesno', redirect => '0,Redirect messages to', + lang => '0,Language', ); # create a new channel object [$obj = DXChannel->new($call, $msg_conn_obj, $user_obj)]