X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=ndawn.pl;h=7923e2a8cba97e0aa1c022a852590b7f2bed3371;hb=5f3e2c69d303e9196a76dd10607b595cac6658a8;hp=49a7a079c92cf8ffce28050bdd3dae5ca5dde417;hpb=f6172920f8ba7bfd9a15260edcf01322bf09472b;p=NDIRC.git diff --git a/ndawn.pl b/ndawn.pl index 49a7a07..7923e2a 100644 --- a/ndawn.pl +++ b/ndawn.pl @@ -55,10 +55,12 @@ my $TICK = $DBH->selectrow_array('SELECT tick()'); my $disp = new NDIRC::Dispatcher; -$disp->load('Basic','PA','Channel','Scans','Quotes','Members','Usermgm','Intel'); +$disp->load('Basic','PA','Channel','Quotes','Members','Usermgm','Intel','Scans'); $ND::scanchan = '#testarmer'; -$disp->add_channel('#testarlite', ['pub','help','channel','def']); +$ND::defchan = '#testarlite'; +$ND::memchan = '#testarmer'; +$disp->add_channel($ND::defchan, ['pub','help','channel','def']); $disp->add_channel($ND::scanchan, ['pub','help','channel','scan','member']); $disp->add_channel('pm', ['pub','help','pm']);