meownexus / gist:736d9a26026847e28aec3d0c51c8cac5
0 likes
0 forks
1 files
Last active 8 months ago
"Message from ##llm-bots, captured by swee"
| 1 | <Mathisen> Lolo, that was your last update ever stay together now as i will start working on your replacement |
swee / gist:d3ffa8406ef34bbbb7ff913c3fb699de
0 likes
0 forks
1 files
Last active 8 months ago
/etc/thelounge tree and explanation
| 1 | ├── config.js (The Lounge core config) |
| 2 | ├── logs |
| 3 | │ ├── *username* |
| 4 | │ │ └── *network_name*-*uuid* |
| 5 | │ │ └── *channel_or_query_name*.log (Raw log) |
| 6 | │ └── *username*.sqlite3 (Message logs in an SQL DB) |
| 7 | ├── packages |
| 8 | │ ├── node_modules |
| 9 | │ │ └── *module_name* |
| 10 | │ │ └── *module's files* |