mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
add the ability to change channels w / commands
This commit is contained in:
parent
cd0dfb588e
commit
fe5e62daa7
2 changed files with 7 additions and 3 deletions
|
@ -390,7 +390,7 @@ namespace HISP.Game.Chat
|
|||
{
|
||||
if (client.LoggedIn)
|
||||
if (!client.LoggedinUser.MutePrivateMessage && !client.LoggedinUser.MuteAll)
|
||||
if (client.LoggedinUser.Username == to)
|
||||
if (client.LoggedinUser.Username.ToLower() == to.ToLower())
|
||||
recipiants.Add(client);
|
||||
}
|
||||
return recipiants.ToArray();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue