Revision 2fcf0fecfa27b188bb54c85da5f32e2eefffe10c authored by Valentin Lorentz on 06 June 2021, 18:18:02 UTC, committed by Valentin Lorentz on 06 June 2021, 18:18:02 UTC
Unfortunately it creates a global state shared between replies to the same message
and it's a complete buggy mess
1 parent 46e2e62
Raw File
.gitignore
*.mo
*.py[cdo]
*~
.*.swp
.swp
MANIFEST
backup/
build/
debian/compat
debian/files
debian/limnoria*
debian/python-module-stampdir/
dist/
docs/_build/
docs/plugins/
limnoria.egg-info/
merge.sh
nano.save
push.sh
py3k/
src/version.py
supybot.egg-info/
test-conf/
test-data/
test-logs/
src/version.py
INSTALL
README.txt
conf/
data/
logs/
*.conf
*.conf.bak

# Intellij PyCharm / IDEA related files
*.iml
.idea
back to top