File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/FloatTech/sqlite v1.5.7
11
11
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b
12
12
github.com/FloatTech/zbpctrl v1.5.3-0.20221210051848-740ab7bd6ec3
13
- github.com/FloatTech/zbputils v1.6.1-0.20221210052030-50f19ddfae6f
13
+ github.com/FloatTech/zbputils v1.6.1-0.20221212090658-d0de5338e354
14
14
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
15
15
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
16
16
github.com/antchfx/htmlquery v1.2.5
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b h1:tvciXWq2nuvTbFeJG
16
16
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b /go.mod h1:fHZFWGquNXuHttu9dUYoKuNbm3dzLETnIOnm1muSfDs =
17
17
github.com/FloatTech/zbpctrl v1.5.3-0.20221210051848-740ab7bd6ec3 h1:dxARTVta2i48OOYa0xMRzWTO0lr6bM4M6JmQWLkHdNE =
18
18
github.com/FloatTech/zbpctrl v1.5.3-0.20221210051848-740ab7bd6ec3 /go.mod h1:KFfMTzItP5usfnUYs7cFWjk89dzjtdO1eI+B1BVQNig =
19
- github.com/FloatTech/zbputils v1.6.1-0.20221210052030-50f19ddfae6f h1:l+MzleQkVkEdGFOfmxuPL5gGLd+d8za7m4g+AyQ+qeA =
20
- github.com/FloatTech/zbputils v1.6.1-0.20221210052030-50f19ddfae6f /go.mod h1:S7M4oH9MM8DRmIOHfTcpUpIW9KbmWht9Y6zkZLtaeKE =
19
+ github.com/FloatTech/zbputils v1.6.1-0.20221212090658-d0de5338e354 h1:vXchiNmu44lc7ECePl2ypreJhq8M7PDOdeP47hmmKqE =
20
+ github.com/FloatTech/zbputils v1.6.1-0.20221212090658-d0de5338e354 /go.mod h1:S7M4oH9MM8DRmIOHfTcpUpIW9KbmWht9Y6zkZLtaeKE =
21
21
github.com/PuerkitoBio/goquery v1.5.1 /go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc =
22
22
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e h1:wR3MXQ3VbUlPKOOUwLOYgh/QaJThBTYtsl673O3lqSA =
23
23
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e /go.mod h1:vD7Ra3Q9onRtojoY5sMCLQ7JBgjUsrXDnDKyFxqpf9w =
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func setReplyMode(ctx *zero.Ctx, name string) error {
58
58
if ! ok {
59
59
return errors .New ("no such plugin" )
60
60
}
61
- return m .SetData ((m .GetData (gid )&^0xff )| (gid & 0xff ), index )
61
+ return m .SetData (gid , (m .GetData (index )&^0xff )| (index & 0xff ))
62
62
}
63
63
64
64
var chats * aireply.ChatGPT
You can’t perform that action at this time.
0 commit comments