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