This is an IRC client for computercraft that works much like any other you would run
on a real desktop. Everything you need to get started is in the most recent release.
It contains a lua script and a web server that provides a means for said script to talk to IRC.
Screenshots: [1][2]
###Running from source
- Install python 2.7 and setuptools
- pip install irc and cyclone
- Modify site-packages/irc/buffer.py line 80 so that
errors = 'replace'
. This way the client won't crash when it faces strange text encodings. - Unzip ComputerCraft zip, cd into ComputerCraft dir
- Copy computercraftIRC/lua/claent.lua to assets/computercraft/lua/rom/programs/irc
- Copy computercraftIRC/lua/JSON.lua to assets/computercraft/lua/rom/JSON
- create zip, zip -r ComputerCraft *
- Move ComputerCraft.zip into minecraft mod dir.
- Forward port 5000 on your router (if you want to use this on remote computercraft servers)
- Run server.py (use -h to see the parameters)