forked from x/icebergs
13 lines
235 B
Go
13 lines
235 B
Go
package code
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const PORTAL = "portal"
|
|
|
|
func init() {
|
|
Index.MergeCommands(ice.Commands{
|
|
PORTAL: {Name: "portal path auto", Help: "门户", Hand: func(m *ice.Message, arg ...string) {
|
|
}},
|
|
})
|
|
}
|