update
This commit is contained in:
@@ -79,6 +79,12 @@ class Server
|
||||
HandleGroupCommand(clientName, groupName);
|
||||
SendClientList(stream);
|
||||
}
|
||||
else if (message.StartsWith("/groups"))
|
||||
{
|
||||
string groupName = message.Substring(7);
|
||||
HandleGroupCommand(clientName, groupName);
|
||||
SendClientList(stream);
|
||||
}
|
||||
else if (message.StartsWith("/msg "))
|
||||
{
|
||||
string[] parts = message.Substring(5).Split(' ', 2);
|
||||
|
||||
Reference in New Issue
Block a user