]> ruin.nu Git - NDIRC.git/commitdiff
Bugfix, bring back to shortcut to .anon
authorMichael Andreen <harv@ruin.nu>
Tue, 18 Jan 2011 17:52:09 +0000 (18:52 +0100)
committerMichael Andreen <harv@ruin.nu>
Tue, 18 Jan 2011 17:52:09 +0000 (18:52 +0100)
Delling.pm

index df44711f1188df078221b8a546afd6c4fc47fda6..8e58883da963b0b6ccf68b638b6559dec7a2d76d 100644 (file)
@@ -60,6 +60,7 @@ after irc_public => sub {
                my $text = $2;
                unless ($irc->is_channel_member($channel,$1) || /(Constructing|Researching)/){
                        $msg = ".anon $_ $text";
+                       $self->parseCommand($msg,$irc,$nick,$address,$channel,$dbh);
                }
        }elsif ($self->parseCommand($msg,$irc,$nick,$address,$channel,$dbh)){
                #Command parsed and run successfully