master
Joey Hess 2009-04-22 15:38:50 -04:00
parent 252edaea66
commit 338d4ccff1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ my $defaulturl='http://test.blogspam.net:8888/';
sub import {
hook(type => "getsetup", id => "blogspam", call => \&getsetup);
hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
hook(type => "checkconfig", id => "blogspam", call => \&checkconfig);
hook(type => "checkcontent", id => "blogspam", call => \&checkcontent);
}