X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=Delling.pm;h=ac25d0f400a326f41fd01e3b5328411a10407af6;hb=e480fb7b3c0528e11d3381939d02db9a3042554b;hp=fe35fe131562ee1fecbb8d3f25b3cc82ad0a5ce2;hpb=dcb7d5ee3791ae43e7fcaf3639ce5b70f6c659ab;p=NDIRC.git diff --git a/Delling.pm b/Delling.pm index fe35fe1..ac25d0f 100644 --- a/Delling.pm +++ b/Delling.pm @@ -183,7 +183,7 @@ sub refresh { while (my $req = $ircreqs->fetchrow_hashref){ if ($req->{channel} eq 'def'){ $self->toTarget(def => "## $req->{username} via webbie ## >> $req->{message}"); - #$self->parseCommand("~report_incs $req->{message}",$irc,$req->{username},' BATCH ',$disp->targets->{def},$dbh); + $self->parseCommand("~report_incs $req->{message}",$irc,$req->{username},' BATCH ','#def-ndawn',$dbh); }else{ $self->toTarget($req->{channel} => "<$req->{username} via webbie> $req->{message}"); } @@ -237,13 +237,6 @@ after discord_message_create => sub { say localtime(time) . " - $channel_id $channel $author_name $author_id"; - my ($p,$command,$args) = ($msg =~ /^([.!~])(\S+)(?: (.+))?/); - - - return 0 unless $self->disp->has_command($command,$channel); - - say localtime(time) . " - $msg"; - my $c = NDIRC::DiscordContext->new({ discord_id => $author_name, channel_id => $channel_id, @@ -254,7 +247,7 @@ after discord_message_create => sub { discord => $self->discord, }); - return $self->disp->run_command($c,$command,$args); + return $self->handleCommand($c,$msg); };