||Usage: ||cleanreports searchstring || ||Example:||cleanreports barbarian<
>cleanreports troops,lake || This command will go through your reports searching both ''Subject'' & ''To'' Headers, and deleting anything that matches your search string from them. An example that should delete all reports you have could be: {{{ // Everything with the word 'attack' in it cleanreports attack // Everything with the word 'scout' in it cleanreports scout // Everything with the word 'attackers' in it, such as ''attackers arrived'' or ''attackers returned''. cleanreports attackers }}} This command will clean all reports generated, not just the ones from the running city. ---- CategoryAllScripts CategoryFunctionScripts