Difference between revisions of "Qchat"

From Rizon Wiki
Jump to navigation Jump to search
m (Protected "Qchat" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://bitbucket.org/rizon/qchat
Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug, but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://gitlab.com/rizon/qchat
 
The qchat version right now is v0.91-rizon1xx which introduced changes such as:
 
* Made qchat color selection a bit brighter.
* Added option for users to connect/SSL connection to RizonBNC.
* Added prompts for nickserv which help new users register with Rizon.
* Prompts allow user to identify if nick is registered.
* Added /color [code] <msg> support. Users are now able to send colored text/bold/italics/underline.
* Added compatibility tag for IE9.
* Updated mootools to latest version.
 


===Using qchat===
===Using qchat===


In order to use qchat, simply point your brower to http://webchat.rizon.net/ input your Nickname and connect away. qchat also runs a SSL instance which can be accessed at https://webchat.rizon.net
In order to use qchat, simply point your web browser to http://webchat.rizon.net/ input your Nickname and connect away. qchat also runs a SSL instance which can be accessed at https://webchat.rizon.net


===Adding qchat to your website===
===Adding qchat to your website===


In order to add qchat to your website, simply visit this [http://nullwolfie.org/embedrizon.html link] which will generated a link and embed code for your website. Simply add the code generated to your HTML page and adjust width/height accordingly.  
In order to add qchat to your website, simply go to the [http://webchat.rizon.net Rizon qchat page] and click the logo on the top left and select "Add webchat to your site." A setup wizard will then prompt you for a few things and give you an embed link.


===I just encountered a bug or I would like to request a feature===
===I just encountered a bug or I would like to request a feature===


In order to report bugs or request a feature, please visit [https://bitbucket.org/rizon/qchat/issues?status=new&status=open bugs/feature page]
In order to report bugs or request a feature, please visit [https://gitlab.com/rizon/qchat/issues bugs/feature page]


===I need some helping with qchat, who should I contact===
===I need some help with qchat, who should I contact===


For more help, please visit #qchat at Rizon or simply follow this [http://qchat.rizon.net/?&channels=%23qchat link]
For more help, please visit #qchat at Rizon or simply follow this [http://qchat.rizon.net/?&channels=%23qchat link]
===How to type in color===
/color ColorNumber Your Text Goes Here
{| class="wikitable"
|-
!Code
!Color Name
!fg
|-
|0 || white || style="color:#fff;" | x
|-
|1 || black || style="color:#000;" | x
|-
|2 || dark blue (navy blue) || style="color:#008;" | x
|-
|3 || dark green || style="color:#080;" | x
|-
|4 || red  || style="color:#f00;" | x
|-
|5 || brown  || style="color:#804;" | x
|-
|6 || violet || style="color:#808;" | x
|-
|7 || orange || style="color:#f84;" | x
|-
|8 || yellow || style="color:#ff0;" | x
|-
|9 ||lime green || style="color:#0f0;" | x
|-
|10 || teal green || style="color:#088;" | x
|-
|11 || cyan || style="color:#0ff;" | x
|-
|12 ||light blue (royal blue) || style="color:#00f;" | x
|-
|13 || pink || style="color:#f0f;" | x
|-
|14 || grey || style="color:#888;" | x
|-
|15 || light grey (silver) || style="color:#ccc;" | x
|-
|}

Revision as of 21:16, 11 October 2016

Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug, but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://gitlab.com/rizon/qchat

The qchat version right now is v0.91-rizon1xx which introduced changes such as:

  • Made qchat color selection a bit brighter.
  • Added option for users to connect/SSL connection to RizonBNC.
  • Added prompts for nickserv which help new users register with Rizon.
  • Prompts allow user to identify if nick is registered.
  • Added /color [code] <msg> support. Users are now able to send colored text/bold/italics/underline.
  • Added compatibility tag for IE9.
  • Updated mootools to latest version.


Using qchat

In order to use qchat, simply point your web browser to http://webchat.rizon.net/ input your Nickname and connect away. qchat also runs a SSL instance which can be accessed at https://webchat.rizon.net

Adding qchat to your website

In order to add qchat to your website, simply go to the Rizon qchat page and click the logo on the top left and select "Add webchat to your site." A setup wizard will then prompt you for a few things and give you an embed link.

I just encountered a bug or I would like to request a feature

In order to report bugs or request a feature, please visit bugs/feature page

I need some help with qchat, who should I contact

For more help, please visit #qchat at Rizon or simply follow this link

How to type in color

/color ColorNumber Your Text Goes Here
Code Color Name fg
0 white x
1 black x
2 dark blue (navy blue) x
3 dark green x
4 red x
5 brown x
6 violet x
7 orange x
8 yellow x
9 lime green x
10 teal green x
11 cyan x
12 light blue (royal blue) x
13 pink x
14 grey x
15 light grey (silver) x