Block a user
Add more pleasantries
A hello response would also be good. Something like this:
if (mem.eql(u8, query, "hello")) {
try stdOut.writer().print("Welcome\n", .{});
}