mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 22:43:17 +00:00
Update doc comment.
This commit is contained in:
parent
e148d25d2a
commit
4a5db39cd5
@ -408,8 +408,7 @@ private:
|
|||||||
bool is_legal_command(const simple_wml::node& command, const socket_ptr& user);
|
bool is_legal_command(const simple_wml::node& command, const socket_ptr& user);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks whether a user has the same IP as members of this game.
|
* Checks whether a user has the same IP as any other members of this game.
|
||||||
* If observer is true it only checks against players.
|
|
||||||
* @return A comma separated string of members with matching IPs.
|
* @return A comma separated string of members with matching IPs.
|
||||||
*/
|
*/
|
||||||
std::string has_same_ip(const socket_ptr& user) const;
|
std::string has_same_ip(const socket_ptr& user) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user