X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=9f0db819a9ee2da8244ac15bf97d1e4a810e5700;hb=6a0068ec3df1dca0c6ae2714af3c0a4a62998dcf;hp=6ca2fc2c540a82a0ee31a6faa5ed6309f9cc198c;hpb=3f145290a93b39bf15b50269dd8be585d7b4bc9c;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 6ca2fc2c..9f0db819 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -59,7 +59,8 @@ use vars qw(%channels %valid); redirect => '0,Redirect messages to', lang => '0,Language', func => '9,Function', - loc => '9,Local Vars', # used by func to store local variables in + loc => '9,Local Vars', # used by func to store local variables in + lastread => '9,Last Msg Read', ); # create a new channel object [$obj = DXChannel->new($call, $msg_conn_obj, $user_obj)]