Hello,
I`d like someone to help me with my little TCL problem. I don`t know TCL scripting, but i realy need a TCL script for my eggdrop that writtes a PHP filename and maintain it every 30 seconds.
I need my eggdrop to store users count, ops count and voices using 3 variables:
-> $ops = "<total number of ops>";
-> $users = "<total number of users>";
-> $voices = "<total number of voices>";
Please help me and show me how can i set my eggdrop to write the next PHP script and maintain it every 30 seconds...
PHP
-------------
<?
$users = "<users>";
$ops = "<ops>";
$voices = "<voices>";
?>
Thank You,
FAIRPLAY