diff --git a/README.md b/README.md index 2e5da64..6b957ae 100644 --- a/README.md +++ b/README.md @@ -106,21 +106,3 @@ The bot logs important events to stdout with timestamps. Log level is set to INF ## License 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 :) \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..703c610 --- /dev/null +++ b/TODO.md @@ -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 :) \ No newline at end of file