lmao doxxed

This commit is contained in:
echo 2022-11-20 13:10:31 +03:30
parent 209c3b271d
commit 292207455d
4 changed files with 30 additions and 8 deletions

View file

@ -84,6 +84,8 @@ func handlePrint(action, format string, rest string) {
utils.CutePrint(data.GetMemory(true), format)
case "wm":
utils.CutePrint(data.GetWM(), format)
case "ip":
utils.CutePrint(data.GetLocalIP(), format)
default:
print("{UNKNOWN KEYWORD: " + rest + "}")
}