mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 17:44:05 +08:00
opt some
This commit is contained in:
parent
c936ec4401
commit
9207059fce
@ -78,7 +78,7 @@ func _serve_handle(key string, cmd *ice.Command, m *ice.Message, w http.Response
|
||||
case "share":
|
||||
add(arg[0], arg[1])
|
||||
case "chat":
|
||||
for i := 1; i < len(arg); i += 2 {
|
||||
for i := 1; i < len(arg)-1; i += 2 {
|
||||
add(arg[i], arg[i+1])
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user