diff --git a/botthread.c b/botthread.c index 72504f0..bf3c2f1 100644 --- a/botthread.c +++ b/botthread.c @@ -369,7 +369,7 @@ if (tmpUser == tmpChans->nextUser) { if (tmpChans->count != MAX_COUNT) { tmpChans->count = MAX_COUNT; - goto findUser; + //goto findUser; } } else {