update
This commit is contained in:
@@ -199,6 +199,9 @@ func init() {
|
|||||||
Admin: true,
|
Admin: true,
|
||||||
Cron: "*/5 * * * *",
|
Cron: "*/5 * * * *",
|
||||||
Handle: func(s core.Sender) interface{} {
|
Handle: func(s core.Sender) interface{} {
|
||||||
|
if s.GetImType() == "" && qinglong.Get("autoCronHideDuplicate", "false") == "false" {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
w := func(s string) int {
|
w := func(s string) int {
|
||||||
if strings.Contains(s, "shufflewzc") {
|
if strings.Contains(s, "shufflewzc") {
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user