Kaynağa Gözat

feat(chat): 私聊时提醒

dzp 2 yıl önce
ebeveyn
işleme
111cc6eeb7
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      mud/pkuxkx/plugins/lib/ui/chat.tin

+ 3 - 2
mud/pkuxkx/plugins/lib/ui/chat.tin

@@ -29,6 +29,7 @@ PaoTin++ © 2020~2022 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
 };
 
 load-lib storage;
+load-lib alert;
 
 #func {lib_ui_chat.Init} {
     load-file {etc/ui-chat.tin};
@@ -158,8 +159,8 @@ load-lib storage;
     #class chat.log close;
 };
 
-#action {~^%c%u%c(%w)告诉你:%*$}   {chat.log 私聊 {%0}} {9.999};
-#action {~^%c%u%c回答你:%*$}       {chat.log 私聊 {%0}} {9.999};
+#action {~^%c%u%c(%w)告诉你:%*$}   {alert.Add 有私聊; chat.log 私聊 {%0}} {9.999};
+#action {~^%c%u%c回答你:%*$}       {alert.Add 有私聊; chat.log 私聊 {%0}} {9.999};
 #action {~^%c你告诉%c%u%c:%*$}     {chat.log 私聊 {%0}} {9.997};
 #action {~^%c你回答%c%u%c:%*$}     {chat.log 私聊 {%0}} {9.997};