muskIRC / kiwiirc-plugin-nickserv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiwiIRC - Nickserv Plugin

This is a NickServ plugin for KiwiIRC

Dependencies

node (https://nodejs.org/) yarn (https://yarnpkg.com/)

Building the source

$ yarn $ yarn build

The plugin will then be built into dist/plugin-nickserv.js

Just create a plugins folder in /static if you don't already have one than add this plugin into that directory.

Finally, edit your config.json file like so:

"plugins": [
  {"name": "nickserv", "url": "./static/plugins/plugin-nickserv.js"}
]

About

License:Apache License 2.0


Languages

Language:Vue 43.4%Language:JavaScript 41.5%Language:CSS 15.1%