This commit is contained in:
cdle
2023-07-08 12:57:11 +08:00
parent 4bf46badb4
commit 87e6f98876
11 changed files with 133 additions and 71 deletions
+4
View File
@@ -21,6 +21,10 @@ func init() {
{
Admin: true,
Rules: []string{"identify sublink [地址] [组织]"},
ImType: &common.Filter{
BlackMode: true,
Items: []string{"pgm"},
},
Handle: func(s common.Sender, _ func(vm *goja.Runtime)) interface{} {
address := s.Get(0)
organization := s.Get(1)