Index: trunk/tools/alertbot/irc/config.tpl.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | $password=" "; // nickserv password |
9 | 9 | $bulksms_from="abc@example.com"; // bulksms.co.uk "From" email address |
10 | 10 | $bulksms_auth=" "; // bulksms.co.uk auth password |
11 | | - $url="http://example.com/warning.php" // URL to the Web UI |
| 11 | + $url="http://example.com/warning.php"; // URL to the Web UI |
12 | 12 | $ttw=5*60; // seconds between warning display in IRC and SMS sending |
13 | 13 | $smsinterval=20*60 //seconds between sending of SMS, to avoid flood |
14 | 14 | |