mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt some
This commit is contained in:
parent
e2e04b2b3f
commit
c676c9d024
@ -23,6 +23,9 @@ func Upload(m *ice.Message) []string { // hash name size
|
||||
return up
|
||||
}
|
||||
func PushNotice(m *ice.Message, arg ...ice.Any) {
|
||||
if m.Option(ice.MSG_DAEMON) == "" {
|
||||
return
|
||||
}
|
||||
m.Optionv(ice.MSG_OPTS, m.Optionv(ice.MSG_OPTION))
|
||||
if m.Option(ice.MSG_USERPOD) == "" {
|
||||
m.Cmd(SPACE, m.Option(ice.MSG_DAEMON), arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user