I ban Delta Jugg for blaming failures on the hardware.
Also there is a syntax error in my code both of you missed. the line
return ("I Ban "+name+ "because" + ReasonToBan(name, count -1);
should be
return ("I Ban "+name+ "because" + ReasonToBan(name, count -1));
The code was supposed to be a recursive call repeated 1000 times that spells out
I ban Hunter because I ban Hunter because I ban Hunter because I ban Hunter because......... I can!
Also there is a logic error where I forgot to put white space between the string literals. It was a play on the Yo Dog meme.