Revize 4d957345
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/User/CommandsAcceptor.cs | ||
---|---|---|
41 | 41 |
} |
42 | 42 |
} |
43 | 43 |
|
44 |
private static Command ParseString(string str)
|
|
44 |
private Command ParseString(string str) |
|
45 | 45 |
{ |
46 | 46 |
|
47 | 47 |
string[] splits = str.Trim().Split(' '); |
Také k dispozici: Unified diff
Re #9050. Added tests for admin commands parsing.