diff --git a/bot.py b/bot.py index 9e12452..01a2940 100755 --- a/bot.py +++ b/bot.py @@ -194,7 +194,7 @@ async def main(): botnick = entry['opts']['nickname'] channels = entry['opts']['channels'] - params = ConnectionParams(botnick, server, 6697, True) + params = ConnectionParams(botnick, server, 6697) for channel in channels: params.autojoin.append(channel) print("Reading channel", channel) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..582cdf1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +python >=3.9 +irctokens ~=0.6.6 +ircrobots ~=2.0.2