mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-09 08:56:31 +00:00
A bridge between an IRC channel and the bash interpreter
- Python 100%
Specifically, this corrects interrupting the main thread as it was waiting on input() if it is a tty. Server.die() was changed to bypass the sendq for final IRC messages for a quick termination and to interrupt the main thread with os.kill and SIGINT. This way the code exits gracefully and properly tears the connection down. |
||
|---|---|---|
| main.py | ||
| README.md | ||
| skel_config.py | ||
irc2bash
A bridge between an IRC channel and the bash interpreter
Ensure you run this in a sandboxed VM!