numberoverzero / bottom

asyncio-based rfc2812-compliant IRC Client
http://bottom-docs.readthedocs.io
MIT License
74 stars 23 forks source link

Connect to multiple servers ? #61

Closed 0-MegaMind-0 closed 2 years ago

0-MegaMind-0 commented 2 years ago

Is there anyway to connect to multiple servers?.

Something similar to a main function that would launch each client instance that are in multiple files?

Ex: lets i have , Freenode.py for freenoed and libera.py for libera.chat.

Currently I run each one of them on their own screen session? Is there anyway I could just run a single main.py to run both the clients? (without something like subprocess)