From fea04ee12b5d61295d18775c43741acc84d8992e Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:08:53 -0400 Subject: [PATCH] add todo --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..b9dbcaa --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO + +- don't use os.system() and piping to a file for commands +- better IRC response parser +- configuration file +- only allow certain users to run commands +- (maybe) windows support? (who doesn't want to destroy windows from an IRC channel) +- add code comments +- better handling of stdout/stdin