x
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user