After seeing a good chunk of the recent threads, I think this decision-helping program should be run before anyone decides to make a new topic:
Dim title As String
title = Console.Readline()
If title = "Will a Star Destroyer be put Ingame" Or "Imperials/Rebels are over/underpowered" Then
Console.Writeline("DO NOT POST THIS TOPIC")
Elseif title = "Wave 5 Speculation
Console.Writeline("Find the 10 million other threads that deal with this.")
Else
Console.Writeline("Cool, post this topic!")
End If
Console.ReadKey()