Fixed recap.
This commit is contained in:
parent
398f4559cf
commit
5d42c3eb3f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue