!7 answer { if (!webAuthed()) null; if "block ip *" { call(mainBot(), "addBlockedIP", ip); ret "OK"; } if "unblock ip *" { call(mainBot(), "removeBlockedIP", ip); ret "OK"; } if "blocked ips" { ret structForUser(cloneList((L) get(mainBot(), "blockedIPs"))); } }