72
72
// time between public chat requests, set to 0 to disable
73
73
extern REAL se_chatRequestTimeout;
78
75
// call on commands that only work on the server; quit if it returns true
79
76
bool se_NeedsServer(char const * command, std::istream & s, bool strict = true );