add TODO and remove from README

This commit is contained in:
cottongin 2025-02-23 01:09:34 -08:00
parent 959aff1032
commit 8c84167140
Signed by: cottongin
GPG Key ID: A0BD18428A296890
2 changed files with 15 additions and 18 deletions

View File

@ -106,21 +106,3 @@ The bot logs important events to stdout with timestamps. Log level is set to INF
## License ## License
This project is licensed under the MIT License. See the LICENSE file for details. This project is licensed under the MIT License. See the LICENSE file for details.
-------
## TODO
- Add a help command
- Add commands to control the stream connection from IRC
- Also to start/stop the service entirely
- Add a version command
- Add a list of commands to the README
- Enable joining multiple channels with a single bot instance
- Add a command to force the bot to reconnect to the stream
- Add a command to check the status of the bot
- Add a command to check the status of the stream
- Add a command to check the status of the IRC connection
- Add a command to check the status of the bot
- Add a command to check the status of the stream
- Move this to a TODO.md file :)

15
TODO.md Normal file
View File

@ -0,0 +1,15 @@
## TODO
- Add a help command
- Add commands to control the stream connection from IRC
- Also to start/stop the service entirely
- Add a version command
- Add a list of commands to the README
- Enable joining multiple channels with a single bot instance
- Add a command to force the bot to reconnect to the stream
- Add a command to check the status of the bot
- Add a command to check the status of the stream
- Add a command to check the status of the IRC connection
- Add a command to check the status of the bot
- Add a command to check the status of the stream
- Move this to a TODO.md file :)