Added recap size to info response.
This commit is contained in:
parent
5d42c3eb3f
commit
ecfba4720e
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ public class Mobibot extends PircBot {
|
|||
info.append(", Messages: ").append(tell.size());
|
||||
}
|
||||
|
||||
info.append(']');
|
||||
info.append(", Recap: ").append(recap.size()).append(']');
|
||||
|
||||
send(sender, info.toString(), isPrivate);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue