Fixed recap.

This commit is contained in:
Erik C. Thauvin 2019-04-07 00:24:21 -07:00
parent 398f4559cf
commit 5d42c3eb3f

View file

@ -1385,7 +1385,7 @@ public class Mobibot extends PircBot {
* @param isPrivate Set to <code>true</code> if the response should be sent as a private message. * @param isPrivate Set to <code>true</code> if the response should be sent as a private message.
*/ */
private void recapResponse(final String sender, final boolean isPrivate) { private void recapResponse(final String sender, final boolean isPrivate) {
if (recap.isEmpty()) { if (!recap.isEmpty()) {
for (final String r : recap) { for (final String r : recap) {
send(sender, r, isPrivate); send(sender, r, isPrivate);
} }