Initial Commit+

This commit is contained in:
OptimiDev
2025-10-20 20:13:09 +02:00
parent 9a0b956e5a
commit a53ccf6b2a
14 changed files with 706 additions and 0 deletions

10
pirc_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"username": "OptimiDev",
"favorites": [
{
"server": "irc.libera.chat",
"port": 6667,
"channels": ["#python"]
}
]
}