Gravatar Plugin for [Kiwi IRC] (https://kiwiirc.com)
This plugin adds gravatars to kiwiirc using a webircgateway plugin to make server side sql queries
Its been designed to work with Anope but will likely work with other services databases too
- node (https://nodejs.org/)
- yarn (https://yarnpkg.com/)
-
Build the plugin
$ yarn $ yarn build
The plugin will then be created at
dist/plugin-gravatar.js
-
Copy the plugin to your Kiwi webserver
The plugin file must be loadable from a webserver. Creating a
plugins/
folder with your KiwiIRC files is a good place to put it. -
Add the plugin to KiwiIRC
In your kiwi
config.json
file, find theplugins
section and add:{"name": "gravatar", "url": "/plugins/plugin-gravatar.js"}
"plugin-gravatar": {
"gatewayURL", "//localhost:8001",
"gravatarURL", "https://www.gravatar.com/avatar/",
"gravatarRating", "g",
"gravatarFallback": "robohash"
}