少年修仙传客户端代码仓库
client_linchunjie
2018-09-14 5700e6fcbc4181a6ee4fb8fafe8c2732f8dc8a6e
System/Chat/ChatCtrl.cs
@@ -677,7 +677,7 @@
    #region 组队邀请
    private const string INVITE_IDENTIFY = "<i>";
    private static Regex InviteRegex = new Regex(@INVITE_IDENTIFY, RegexOptions.Singleline);
    public static Regex InviteRegex = new Regex(@INVITE_IDENTIFY, RegexOptions.Singleline);
    public void SendInvite(string msg)
    {
        SendChatInfo(ChatInfoType.World, StringUtility.Contact(msg, INVITE_IDENTIFY));
@@ -798,6 +798,7 @@
    #endregion
    #region 好友私聊
    public static Regex KillRegex = new Regex(@KILL_IDENTIFY, RegexOptions.Singleline);
    public const string KILL_IDENTIFY = "<k>";
    public void SendFriendChat(string msg, int player)
    {