kiwiirc-custom/static/plugins/customise.html
Georg b3dd3db30b
Adding show_password_box
Signed-off-by: Georg <georg@lysergic.dev>
2021-06-25 07:28:29 +02:00

10 lines
271 B
HTML

<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>