Skip to content

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

License

Notifications You must be signed in to change notification settings

qwebirc/qwebirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5d2a56 · Aug 13, 2023
Aug 13, 2023
Feb 23, 2020
May 15, 2019
Jul 14, 2017
Mar 1, 2010
Feb 17, 2020
Apr 12, 2018
Dec 1, 2019
Dec 1, 2019
Nov 10, 2009
Jul 14, 2017
Nov 30, 2019
Jul 25, 2017
Dec 1, 2019
Dec 14, 2020
Jun 3, 2009
Feb 23, 2020
Nov 30, 2019
Dec 6, 2008
Dec 6, 2008
Aug 13, 2023
Jan 23, 2022

Repository files navigation

qwebirc IRC client

CI

Installation

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

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!