nado / go-b0tsec

A pretty simple IRC Bot with plugins and middlewares.
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Multi channels support #3

Open nado opened 8 years ago

nado commented 8 years ago

Ideally, with per channel configuration

depado commented 8 years ago

Do agree on that. I guess it shouldn't be too complicated to start a new bot inside a goroutine, so that none of the cocurrent bots collide with each other. Of course somme issues with the database might be predictable. Maybe create one DB per channel ?

nado commented 8 years ago

Yup, I thought about that, boltdb let us use boltdb objects as a key, so for the database it shouldnt be too complicated.