# HG changeset patch # User Matti Hamalainen # Date 1374834395 -10800 # Node ID 573a3ad3093869788d5020c7306085f5aabd39ff # Parent 7ec53ab60e5055772137262466a1f10fe42a0fd4 Bump up the command history size. diff -r 7ec53ab60e50 -r 573a3ad30938 main.c --- a/main.c Sun Jul 07 02:09:17 2013 +0300 +++ b/main.c Fri Jul 26 13:26:35 2013 +0300 @@ -35,7 +35,7 @@ #define SET_PROFILE_PREFIX "http://www.newbienudes.com/profile/%s/" #define SET_NICK_SEPARATOR ':' -#define SET_MAX_HISTORY (16) // Command history length +#define SET_MAX_HISTORY (64) // Command history length #define SET_KEEPALIVE (15*60) // Ping/keepalive period in seconds