(svn r20973) -Add: chat sending and receiving support for remote admins (dihedral)

This commit is contained in:
rubidium
2010-10-17 17:40:18 +00:00
parent de8feb0d01
commit 28832b68f5
8 changed files with 106 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ struct NetworkSettings {
bool pause_on_join; ///< pause the game when people join
uint16 server_port; ///< port the server listens on
uint16 server_admin_port; ///< port the server listens on for the admin network
bool server_admin_chat; ///< allow private chat for the server to be distributed to the admin network
char server_name[NETWORK_NAME_LENGTH]; ///< name of the server
char server_password[NETWORK_PASSWORD_LENGTH]; ///< password for joining this server
char rcon_password[NETWORK_PASSWORD_LENGTH]; ///< password for rconsole (server side)