Skip to content

d0p1s4m4/qwebirc

 
 

Repository files navigation

qwebirc IRC client

Build Status

Installation

Installation instructions are on the website: https://qwebirc.org/faq

Hacking on qwebirc

If you'd like to make modifications you'd find it a LOT easier if create the following symlinks:

  • js -> static/js/debug
  • css -> static/css/debug

with a command like

cd /path/qwebirc
ln -s ../../js static/js/debug
ln -s ../../css static/css/debug

... then you can browse to http://instance/quidebug.html and use your favourite javascript debugger, as well as not having to compile each time you make a change!

About

fast, easy to use, free and open source web IRC client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • Python 16.0%
  • CSS 7.1%
  • HTML 1.1%