添加tip命令方便看tips
This commit is contained in:
@@ -799,6 +799,12 @@ local commands={}do
|
|||||||
"Usage: tas <on|off>",
|
"Usage: tas <on|off>",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
commands.tip={
|
||||||
|
code=function()
|
||||||
|
log(text.getTip())
|
||||||
|
end,
|
||||||
|
description="Show a random tip",
|
||||||
|
}
|
||||||
|
|
||||||
--Network
|
--Network
|
||||||
commands.switchhost={
|
commands.switchhost={
|
||||||
|
|||||||
Reference in New Issue
Block a user