blob: 253acbdab0ab32a91f7d68cccbc629371c4db1b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
- get-irclog.sh
- this will generate files like "alpine-devel-2024-11.log.html"
for different log types.
- ircdaily.php
- source this file to type name, eg devel.php, like:
```
<?php
include_once('ircdaily.php');
```
and place it in folder with html logs.
|