I've seen the stats module and I was wondering how to to something like this: eggdrop opens on a ip and a port a connection for http and generates a web page. I would like to browse a web page generated by him on a link like this: somehost.com:4654. I have looked around and don't have a clue how to do so. I want to put him make a web page with the channel bans, users, status of the channels he sits on.. etc. Also if it's possible to make a user and password request firs based on his userfile. If there is such a tcl I can inspire from please drop a line. Thanks.
Once the game is over, the king and the pawn go back in the same box.
The closest I have seen to this is stats.mod's livestats - it lacks the login and channel ban info, but with a bit of work on the mod (if you know c well enough) I'm sure all this could be done.
Oups.. seems that I haven't looked in the right place for the 'listen' command. I've seen it been used by the eggdrop but I didn't knew that I'll need it. As for the 'socket' also didn't knew about it. Found it in th emanual and I'm reading as I finish to type and send this reply.
Thanks for the fill in.
Once the game is over, the king and the pawn go back in the same box.
Also, can you give me some examples of the 'socket' usage? Even an TCL is good..
About the 'listen' command, I've used it like this: 'listen 1088 script pub:http'. What kind of proc must be the 'pub:http'? I've seen another TCL that uses 'listen' and he used it for a bind for 'msg' as for the proc..
Once the game is over, the king and the pawn go back in the same box.