changeset 588:573a3ad30938

Bump up the command history size.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jul 2013 13:26:35 +0300
parents 7ec53ab60e50
children cdb348e051b5
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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