local tArgs = { ... } if #tArgs < 1 then print("Usage: whois ") return end os.loadAPI('/lib/cnt') print(cnt.lookup(tArgs[1]))