Groguard / PocketChat-IRC-Client

IRC chat client made for PocketChip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PocketChat

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.

COMMANDS:

  • 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)

Dependencies:

  • sudo apt-get install python3
  • sudo apt-get install python3-tk
  • run the program: python3 PocketChatIRC.py

About

IRC chat client made for PocketChip


Languages

Language:Python 100.0%