--- Unreal3.2/src/modules/m_stats.c	2011-11-05 04:25:24.000000000 -0500
+++ Unreal3.2.9/src/modules/m_stats.c	2012-02-19 17:26:40.741951384 -0600
@@ -333,7 +333,7 @@
 	l = tolower(c);
 	/* Hack for the flags that are case insensitive */
 	if (l == 'o' || l == 'y' || l == 'k' || l == 'g' || l == 'x' || l == 'c' || 
-		l =='f' || l == 'i' || l == 'h')
+		l =='f' || l == 'i' || l == 'h' || l == 'm')
 	{
 		if (islower(c) && strchr(OPER_ONLY_STATS, toupper(c)))
 			return 1;