X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=webstump%2Fscripts%2Fcreate-newsgroup.pl;h=3c361da76cbdec4585a5c1d2fa5de7e245bda598;hb=73de008242b8c16caf85f5134ae63fbc90365f4b;hp=e4e67a7d92e0576408aba69d9cdc6b79a99b3307;hpb=56d8a80761d68c123d55778d73b66268dabd3e34;p=modbot-mtm.git diff --git a/webstump/scripts/create-newsgroup.pl b/webstump/scripts/create-newsgroup.pl index e4e67a7..3c361da 100755 --- a/webstump/scripts/create-newsgroup.pl +++ b/webstump/scripts/create-newsgroup.pl @@ -41,12 +41,10 @@ print " done.\n"; print "Creating files in $dir..."; -&append_to_file( "$dir/blacklist", "" ); &append_to_file( "$dir/moderators", "ADMIN \U$password\n" ); &append_to_file( "$dir/rejection-reasons", "offtopic::a blatantly offtopic article, spam harassing::message of harassing content charter::message poorly formatted " ); -&append_to_file( "$dir/whitelist", "" ); print " done.\n";