make sure wantrbn is picked up again on restart
authorDirk Koopman <djk@tobit.co.uk>
Mon, 22 Jun 2020 18:21:33 +0000 (19:21 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 22 Jun 2020 18:21:33 +0000 (19:21 +0100)
remove words about convert-v3-to-v4.pl from UPDATE.mojo

UPGRADE.mojo
perl/DXCommandmode.pm

index c42313dc4b114b99f14eb7067c4803b9e36744b4..502bb0e78ffe0aa28fb7b21052629a4b779ac394 100644 (file)
@@ -166,10 +166,6 @@ if you have not already done this:
    sudo ln -s /spider/perl/console.pl /usr/local/bin/dx
    sudo ln -s /spider/perl/*dbg /usr/local/bin
 
-*IMPORTANT* (for any build of dxspider) regardless of branch below build 229 run:
-
-       /spider/perl/convert-users-v3-to-v4.pl
-       
 Now in another window run:
 
        watchdbg
index 898a639720013e9c1e54d563f8ebf14f3bce2b04..21cd9836861ccf0c775a4cc026b5e9026ae98498 100644 (file)
@@ -136,6 +136,7 @@ sub start
        $self->{dx} = $user->wantdx;
        $self->{logininfo} = $user->wantlogininfo;
        $self->{ann_talk} = $user->wantann_talk;
+       $self->{wantrbn} = $user->wantrbn;
        $self->{here} = 1;
        $self->{prompt} = $user->prompt if $user->prompt;
        $self->{lastmsgpoll} = 0;