PocketChat is a light weight IRC client that I wrote in python with a UI made for the PocketChip, but it can also be used on windows and linux.
- Join a channel: /join #channel
- Leave a channel: /leave in the window of the channel you want to leave
- Send a pm: /msg user message
- Change you nick: /nick newname
- Close the client: /quit
- Auto join channels by adding them to the box seperated by commas no spaces e.g.(#chipsters,#nextthingco,#linux)
- sudo apt-get install python3
- sudo apt-get install python3-tk
- run the program: python3 PocketChatIRC.py