mirror of
https://shylinux.com/x/icebergs
synced 2025-05-02 11:37:01 +08:00
opt wx
This commit is contained in:
parent
ab79903523
commit
c05d3b2b55
@ -65,6 +65,18 @@ func Render(msg *ice.Message, cmd string, args ...interface{}) {
|
||||
// no output
|
||||
|
||||
default:
|
||||
msg.Set("_option")
|
||||
msg.Set("_handle")
|
||||
msg.Set("_output")
|
||||
|
||||
msg.Set("")
|
||||
msg.Set("sessid")
|
||||
msg.Set("domain")
|
||||
msg.Set("river")
|
||||
msg.Set("storm")
|
||||
msg.Set("cmds")
|
||||
msg.Set("fields")
|
||||
|
||||
if cmd != "" { // [str [arg...]]
|
||||
msg.Echo(kit.Format(cmd, args...))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user