projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252edae
)
fix id
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 22 Apr 2009 19:38:50 +0000
(15:38 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 22 Apr 2009 19:38:50 +0000
(15:38 -0400)
IkiWiki/Plugin/blogspam.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/blogspam.pm
b/IkiWiki/Plugin/blogspam.pm
index c9883fbc2f4611948462aff26b147c3c4234a409..da63d3edbfae57dd2d94da5f82da768e60ae65b0 100644
(file)
--- a/
IkiWiki/Plugin/blogspam.pm
+++ b/
IkiWiki/Plugin/blogspam.pm
@@
-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);
}