]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vote.qh
Lots and lots more work on votecommand stuff, many commands have been added back...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vote.qh
index 7a25bda6495e2ccbdcc60067bbaedbed7c21a3e5..a5b25584fca6d7131bf403a080d3564afa965492 100644 (file)
@@ -13,14 +13,12 @@ float vote_abstaincount;
 float vote_needed_absolute;
 float vote_needed_simple;
 
-float VoteCheckNasty(string cmd);
+string VoteCommand_getname(entity caller);
 entity GetKickVoteVictim(string vote, string cmd, entity caller);
-void VoteCommand(float request, entity caller, float argc);
+void VoteCommand(float request, entity caller, float argc, string vote_command);
 void VoteHelp(entity e);
-string VoteNetname(entity e);
 string ValidateMap(string m, entity e);
 void VoteThink();
-string VoteParse(string s, float tokens);
 float VoteAllowed(string vote, string cmd);
 void VoteReset();
 void VoteAccept();