Hi all!

I'm writing because I'd like to know your opinion about a solution I'd like to develop.

I'd like to program a bot which will be in about 500 or more channels, receiving in average about 1000 lines/second. All of these lines must be processed in order to find if there's any 'bad word'. So I've been thinking on how to do this, and my solution is using hash tables for expressions and regexp's - resources that mIRC scripts have.

So my questions are the following:

1) Do you think there will be any problem joining all those channels and processing all this text, regarding to RAM memory? in other words, will mIRC crash? is there any limit of channels mIRC can join at a time? There's no problems with flood because that nick will have +o flag.

2) Would there be any problem with rewriting variables if the same code triggers many times at a time?

Thanx for your responses smile