diff --git a/.gitignore b/.gitignore index 54b9415..191feb7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ pyvenv.cfg # config files *.conf +cookie_jar diff --git a/bot.conf.default b/bot.conf.default index c2e2492..7a2d9e9 100644 --- a/bot.conf.default +++ b/bot.conf.default @@ -1,5 +1,6 @@ [general] nick = () +cookie_file = cookie_jar [rooms] test diff --git a/requirements.txt b/requirements.txt index 9835705..dc602d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -yaboli >=0.2.0, <0.3.0 +yaboli >=1.0.0, <1.1.0