oxagast / Franklin

Franklin is a LLM powered AI IRC chat bot
https://franklin.oxasploits.com
Other
10 stars 5 forks source link

Chat history is leaked between networks and channels #9

Closed oxagast closed 12 months ago

oxagast commented 1 year ago

Chat history seems to be leaked between channels, and entire networks, because it is universally shifted onto the @chat array. There needs to be some type of separation so it knows what came from what channel specifically, so no leaks occur.

oxagast commented 12 months ago

I've implemented a filter for the channels so only relevant data shows up in the DCP now.