diff options
| author | Mistivia <i@mistivia.com> | 2025-10-24 00:11:55 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-24 00:11:55 +0800 |
| commit | ffa71fb8b2e5521f93d8599279af2b28a0795a66 (patch) | |
| tree | acd96fd3e03cb39c8a648c6298b96b9c847e716f /kiwiirc/static/plugins | |
| parent | 5c71d2a538a93fd4a4fc06cb7941231cc5c0b104 (diff) | |
add web irc
Diffstat (limited to 'kiwiirc/static/plugins')
| -rw-r--r-- | kiwiirc/static/plugins/customise.html.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kiwiirc/static/plugins/customise.html.example b/kiwiirc/static/plugins/customise.html.example new file mode 100644 index 0000000..9d24e68 --- /dev/null +++ b/kiwiirc/static/plugins/customise.html.example @@ -0,0 +1,10 @@ +<style> + /* Custom theme changes can be added here */ +</style> + +<script> +kiwi.plugin('customise', function(kiwi, log) { + // Add your customisations here + // Some small examples can be found at https://github.com/kiwiirc/kiwiirc/wiki/Plugin-Examples +}); +</script> |
