kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Better management and login #3

Closed DanielOaks closed 5 years ago

DanielOaks commented 5 years ago

Right now the only way to get started with kiwibnc is to manually edit databases. This creates some foundations for better management, and gives users a way to natively setup and start using the bouncer as well.

Main changes:

We're now also using the readline-sync package as it's a really nice, clean way to grab lines from the command line. If we add more extensive CLI management this will be extremely useful.