diff --git a/src/hu_stuff.c b/src/hu_stuff.c
index 5240e8d80e8afd4f68c3989fa679e414df8aed7f..407d74d4f67d9005a4d1246abda8b8546724a154 100644
--- a/src/hu_stuff.c
+++ b/src/hu_stuff.c
@@ -752,8 +752,8 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
 			D_Vote(1, playernum);
 		}
 		else if (
-				stricmp(msg, "n")    == 0
-				stricmp(msg, "/n")   == 0
+				stricmp(msg, "n")    == 0 ||
+				stricmp(msg, "/n")   == 0 ||
 				stricmp(msg, "/no")  == 0
 		){
 			D_Vote(-1, playernum);