495496497498499500501502503504505
notifyError("An NPC with this name is not logged on!"); return; } try { b.logout(); } catch (IOException e) { notifyError("Error while logging out bot!"); e.printStackTrace(); } }