Go to file
jan6 ce4ad587c3 prioritize youtube command over others
kind of a workaround, idk
2023-04-08 02:28:13 +03:00
.gitignore rework config to be more flexible, and comment more 2022-10-04 19:05:55 -07:00
LICENSE Initial commit 2021-09-16 17:37:40 +00:00
README.txt readme 2021-10-04 19:08:52 +03:00
bot.py try to auto-reconnect when disconnected (not crashed), and don't break when there's no MOTD? 2022-05-13 22:27:11 +03:00
commands.py prioritize youtube command over others 2023-04-08 02:28:13 +03:00
config.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
requirements.txt initial upload to git 2021-09-16 20:35:06 +03:00
stuff.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
util.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
youtube.py prevent echo abuse (ctcp messages, invoking other bots), fix "<urlopen error unknown url type: " errors with youtube, only error once per batch of youtube links 2023-03-17 16:32:28 -07:00

README.txt

code is formatted with "black"
#remember to install the libraries, and you probably should use venvs anyway
pip --require-venv install -r requirements.txt