]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Show a welcome window with MOTD on server connection
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 802afc8bde6f86e1ed3e145df61f111ea51ec715..344cba0eb0afcf657f25ffe52cac3ad15c50ed56 100644 (file)
@@ -8,5 +8,7 @@ int autocvar_sv_clientcommand_antispam_count;
 
 string MapVote_Suggest(entity this, string m);
 
+void serverinfo_welcomemessage_send(entity this);
+
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void ClientCommand_macro_write_aliases(float fh);