Hi to all i'm new here.
I try to make a tcl for reporting searchirc statistic on irc channel. I want to make a custom cmd like !stat #chan , and by this cmd eggdrop read information about channel from searchirc web site ad report that in chan. It 's possible? anyone can help me? thanks.
Show me an example of searching for just a specific channel name, the above url returns ALL channels for that server and it's too many results (4 pages)
If all you want is a script to show the number of users and the average number of users, there's much easier ways to do that rather than pulling data from a website. I believe there's already scripts in the tcl archive that do just that.
mmmm but i want that eggdrop stay in only one chan and give average of all other chan. this tcl alredy exist? because i try to found a similar script but i'don't find anything.
and it is too hard? i'm studyng tcl scripting but i don't know the way to start with this, it' s too difficult for me... a suggestion o a similar script can i see...
If you want to stat all channels, then you could LIST all channels periodically, catch the number of users shown in the list, then do averages based on those statistics. I imagine the script from perplexa that I pointed to before would be a good basic script to start with.