kiwiirc
v0.5.3
Published
A hand-crafted webirc server
Downloads
9
Readme
Kiwi IRC - A hand-crafted IRC client
Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs. Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.
For more information see http://kiwiirc.com or an example of the application can be found at http://kiwiirc.com/client/
Installation
Download the Kiwi source or clone the git repository:
$ git clone [email protected]:prawnsalad/KiwiIRC.git && cd KiwiIRC
Install the dependancies and make sure the client code is built:
$ npm install
$ node client/assets/dev/build.js
Copy and edit the configuration file as needed:
$ cp config.example.js config.js
$ nano config.js
Running
From the source folder: $ ./kiwi start
You can also run kiwi in the foreground to see any output by using the -f
flag. Eg: $ ./kiwi -f
Open your new Kiwi instance in your browser. By default: http://localhost:7778/
Bugs
Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
Licence
GNU Affero http://www.gnu.org/licenses/agpl.html
Thanks to
The KiwiIRC logo credited to Michael Drahony (www.drahony.com)