update
This commit is contained in:
@@ -202,6 +202,12 @@ func initSys() {
|
|||||||
return fmt.Sprint(s.GetUserID())
|
return fmt.Sprint(s.GetUserID())
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Rules: []string{"raw ^groupCode$"},
|
||||||
|
Handle: func(s Sender) interface{} {
|
||||||
|
return fmt.Sprint(s.GetChatID())
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Rules: []string{"raw ^compiled_at$"},
|
Rules: []string{"raw ^compiled_at$"},
|
||||||
Handle: func(s Sender) interface{} {
|
Handle: func(s Sender) interface{} {
|
||||||
|
|||||||
Reference in New Issue
Block a user