From 7e8cb867ba9ca9d0f533a8329712117ba38115a6 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 21 Sep 2016 03:13:47 +0200 Subject: Fixes "No back sequence" + forbids name as pillar. --- src/core/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core/main.c') diff --git a/src/core/main.c b/src/core/main.c index 15df961..bb4ae23 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -204,6 +204,7 @@ static void handle_user_join &(s->knowledge), (struct ZoO_strings *) NULL, 0, + (const char **) NULL, &line ) == 0 ) @@ -231,6 +232,7 @@ static void handle_user_join &(s->knowledge), string, 0, + (const char **) NULL, &line ) == 0 ) @@ -312,7 +314,8 @@ static void handle_message ( &(s->knowledge), string, - !learn, + s->param.aliases_count, + s->param.aliases, &line ) == 0 ) -- cgit v1.2.3-70-g09d2