]> jfr.im git - solanum.git/blobdiff - extensions/extb_combi.c
extb_combi: allow up to 5 children nodes
[solanum.git] / extensions / extb_combi.c
index fbe4b78672fe33e14c39fc6e4fc15e0dd5562317..f110f96a0d7df744132d16e21962b3420ec4913f 100644 (file)
@@ -88,7 +88,7 @@ static int eb_combi(const char *data, struct Client *client_p,
 {
        const char *p, *banend;
        int have_result = FALSE;
-       int allowed_nodes = 3;
+       int allowed_nodes = 6;
        size_t datalen;
 
        if (recursion_depth >= 5) {