:x 
I found the post, it was to stop people to stop calling votes to atcs, and it kicked them.
Index: g_cmds.c
===================================================================
--- g_cmds.c    (revision 938)
+++ g_cmds.c    (working copy)
@@ -1058,6 +1058,13 @@
     level.voteExecuteTime = 0;
     trap_SendConsoleCommand( EXEC_APPEND, va( "%s\n", level.voteString ) );
   }
+
+  //no more atcs
+  if(!Q_stricmp( arg1, "map" ) && stristr( arg2, "atcs" ) )
+  {
+    Q_strcpy(arg1, "kick");
+    Q_strcpy(arg2, va("%d", ent - gentities));
+  }
   // detect clientNum for partial name match votes
   if( !Q_stricmp( arg1, "kick" ) ||