EuIrcBot
EuIrcBot copied to clipboard
A featureful nodejs irc bot
#143 introduces a proper logger, rather than just using `console.log` everywhere. Modules need to be updated to use it. This is a list of modules containing the string `"console.log"` that...
Pretty much irresponsible not to have one these days. Note, this requires us settling on a JS style which we've avoided.. or documenting that each module gets to pick whatever...
From #156: > Something I've been thinking about idly — I wonder if it'd be nice to provide the already-parsed URL object without breaking the API somehow. (The mastodon module...
#143 gives each module its own named configurable logger, but there's no way to configure the level for a module's logger, just the global. There should be such configuration.
It'd be nice to be able to spam people links and whatnot even if they're not in IRC.
Useful features: Titles for short-links Descriptions for subreddits Karma amounts, shadowban status, etc, for user account links Url that a regular link is linked to if link, first hunk of...