-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
24 lines (19 loc) · 809 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
What is it ?
==============
An IRC client written in pure Javascript.
It uses the SocketBridge Java Applet for the socket connection to the IRC server.
https://github.com/ihilt/JavaSocketBridge
All parsing of the IRC response, sending of commands etc is done in Javascript.
This was written for a specific site, and is not quite optimized for general consumption yet.
It connects a hardcoded server, and channel by default - although you can change that to suit your needs.
It is completely web based. The GUI is in HTML/CSS.
This can be a starting point for further implementations / learning.
Features
==============
- Connect to IRC, send messages, actions, etc
- Parse IRC response
- Get channel userlist
- Colored text
- Bold and italic text
- Graphic smilies
- Private messages in separate windows