Sam Nicholls
Sam Nicholls
Why do we keep a list of all aliases a user has ever had? Surely we only really need to store the current alias for the purpose of resolving a...
https://github.com/reality/depressionbot/blob/master/modules/rain/strings.json
Allow users (probably moderators) to specify regular expressions that will automatically add matching lines to a specified quote category.
It is forseen that some module APIs will grow to a large size and could possibly benefit from grouping its various functions in to smaller categories, thus it could be...
The bot should perform levenshtein distance calculations on category names that initially yield no results.
Share useful functions between modules via a form of library module with an API. dbot.api.lib.usefulFunction()
Identify channel admins and ops and possibly indicate users who have been reported frequently. @reality I assume we'll need something in jsbot to get a user's current mode?