Handle suspicious messages
I implemented the funny idea I mentioned on the dev chat yesterday.
I did some basic testing, it should be working just fine.
I also removed some unnecessary indentation, e.g.:
if (/* ... */) {
return;
} else { // Unnecessary `else`.
// ...
}
Edited by Abajur