Code: Show/Hide m_botAction.sendPrivateMessage( name, "Total Errors: " + log.size() ); for (int i = 0; i < log.size(); i++) { m_botAction.sendPrivateMessage( name, "Error #" + (i + 1) + ": " + log.get(i) ); } |
Charles Babbage wrote: |
On two occasions I have been asked, "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question. |