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