]> jfr.im git - solanum.git/blobdiff - extensions/extb_combi.c
Add .travis.yml
[solanum.git] / extensions / extb_combi.c
index c947c8c29c0eb56c84075499dd621e0cf1bdf95c..1e9d35837a0b0163fc93432feed45bbf9aa2727b 100644 (file)
@@ -88,10 +88,10 @@ static int eb_combi(const char *data, struct Client *client_p,
 {
        const char *p, *banend;
        int have_result = FALSE;
-       int allowed_nodes = 6;
+       int allowed_nodes = 11;
        size_t datalen;
 
-       if (recursion_depth >= 2) {
+       if (recursion_depth >= 5) {
                DEBUG("combo invalid: recursion depth too high");
                return EXTBAN_INVALID;
        }