i5o/sugar-irc

Human Help Feature

Closed this issue · 7 comments

Having the help text is very helpful but maybe we should have a feature which finds more experienced people who are on-line and summons them to the irc?
I was thinking about implementing this by having a list of people who might answer and then finding which are connected and then going:

MrB, NICK, person2, msABCD: Can you come down here?

I'll implement this my self but yeah.

i5o commented

Really, we need to implement a biiigger AI

This is sort of like what @dnarvaez was talking about on the mailing list with the mentoring stuff. Bigger ai sounds good though 😺, but you'll have to think about how we will do that.

Hey we should try using fuzzywuzzy for string matching

And we'll need a threshold for it. Like if it matches 80%, we post a message, else we dont

That sounds like a great idea! (Now I'll have to remove the mini fuzzywuzzy implementation I wrote 😛 )

Maybe we could even have a sugarbot: learn: I need help command? ⚠️ It may be spammed.

We could make a admin file, which enlists all admins. And you could add yourself as admin by messaging it a password, maybe?

And we should probably shift all data like admin, people who know, etc. to a json file