Difference between revisions of "Qchat"

From Rizon Wiki
Jump to navigation Jump to search
(added color chart)
Line 8: Line 8:
* Prompts allow user to identify if nick is registered.
* 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 /color [code] <msg> support. Users are now able to send colored text/bold/italics/underline.
* http://leonardo.spidernet.net/Copernicus/831/mirc/mircgif/colors.gif <- Codes for color.
* Added compatibility tag for IE9.
* Added compatibility tag for IE9.
* Updated mootools to latest version.
* Updated mootools to latest version.
Line 28: Line 27:


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
!bg
|-
|0 || white || style="color:#000;" |  || style="background-color:#fff;" | x
|-
|1 || black || style="color:#000;" | x || style="background-color:#000;" | x
|-
|2 || dark blue (navy blue) || style="color:#008;" | x || style="background-color:#008;" | x
|-
|3 || dark green || style="color:#080;" | x || style="background-color:#080;" | x
|-
|4 || red  || style="color:#f00;" | x || style="background-color:#f00;" | x
|-
|5 || brown  || style="color:#804;" | x || style="background-color:#804;" | x
|-
|6 || violet || style="color:#808;" | x || style="background-color:#808;" | x
|-
|7 || orange || style="color:#f84;" | x || style="background-color:#f84;" | x
|-
|8 || yellow || style="color:#ff0;" | x || style="background-color:#ff0;" | x
|-
|9 ||lime green || style="color:#0f0;" | x || style="background-color:#0f0;" | x
|-
|10 || teal green || style="color:#088;" | x || style="background-color:#088;" | x
|-
|11 || cyan || style="color:#0ff;" | x || style="background-color:#0ff;" | x
|-
|12 ||light blue (royal blue) || style="color:#00f;" | x || style="background-color:#00f;" | x
|-
|13 || pink || style="color:#f0f;" | x || style="background-color:#f0f;" | x
|-
|14 || grey || style="color:#888;" | x || style="background-color:#888;" | x
|-
|15 || light grey (silver) || style="color:#ccc;" | x || style="background-color:#ccc;" | x
|-
|}

Revision as of 14:46, 24 July 2011

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

The qchat version right now is v0.90-rizon41 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 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

Adding qchat to your website

In order to add qchat to your website, simply visit this 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.

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 helping 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 bg
0 white x
1 black x x
2 dark blue (navy blue) x x
3 dark green x x
4 red x x
5 brown x x
6 violet x x
7 orange x x
8 yellow x x
9 lime green x x
10 teal green x x
11 cyan x x
12 light blue (royal blue) x x
13 pink x x
14 grey x x
15 light grey (silver) x x