Custom Startup for [Kiwi IRC] (https://kiwiirc.com)
This plugin creates a customised startup screen for age/sex/location based off Welcome.vue
It then display's this data in a customised userbox based off UserBox.vue
- node (https://nodejs.org/)
- yarn (https://yarnpkg.com/)
-
Build the plugin
$ yarn $ yarn build
The plugin will then be created at
dist/plugin-custom-startup-asl.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": "asl", "url": "/plugins/plugin-custom-startup-asl.js"}
To enable the startup screen, tell KiwiIRC to use the startup screen from the plugin. Set
"startupScreen"
tocustom-welcome
.