tmolnar0831 / photter

Photter is a small IRC BOT
0 stars 1 forks source link

Add bot to more channels #15

Closed gustafe closed 5 years ago

gustafe commented 5 years ago

It would be ideal if the same bot could be in different channels.

Channels can require a password, this should be handled.

tmolnar0831 commented 5 years ago

Let's separate the two things: adding the bot to multiple channels is one task, the channel password is another.

tmolnar0831 commented 5 years ago

This commit will solve the multi-channel join:

f2f6455b42cd41726aa4c7c56761c484cb2e12f2

tmolnar0831 commented 5 years ago

18 merged to master.

It works now:

(photter:main :nick "nick" :channel (list "#channel1" "#channel2" "#channel3")

tmolnar0831 commented 5 years ago

It is ready and tested. Could you please open a new one for the password protected channels? That is a separate issue.