chiark / gitweb /
Big changes to fully configure for group
[modbot-mtm.git] / webstump / scripts / create-newsgroup.pl
index e4e67a7d92e0576408aba69d9cdc6b79a99b3307..3c361da76cbdec4585a5c1d2fa5de7e245bda598 100755 (executable)
@@ -41,12 +41,10 @@ print "\b\b\b 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 "\b\b\b done.\n";