identify the mediawiki publisher as bot
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 21:12:47 +0000 (21:12 +0000)]
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm

index c7550f9..5b820cf 100644 (file)
@@ -71,6 +71,7 @@ sub put {
     title       => $page->name,
     text        => $page->content,
     summary     => 'System-Introspector-Report Update',
+    bot         => 1,
     $page->has_timestamp
       ? (basetimestamp => $page->timestamp)
       : (),