Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

DesertBus/jIRCs

Repository files navigation

jIRCs

A lightweight javascript IRC client.

Usage

Include jircs.js, and pass a websocket-like object to the constructor

<script src="jircs.js"></script>
<script>
    var irc = new jIRCs(new WebSocket("ws://23.21.47.44:8000"));
    irc.nick('jIRCs-test');
</script>

License

jIRCs is (c) 2012 Christopher Gamble and is made available under the BSD license.

About

An IRC client written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •