IRC - OfficialPixelBrush/pixix GitHub Wiki
Pixix has its very own IRC Client! Due to this, it is extremely bare bones.
You can start irc
simply by passing it an IPv4 IP and Port. You can optionally give it a username. Otherwise you'll just be called PixixIRC
.
It'll connect to the passed IP automatically and set your User info too.
irc
is barebones, so you can use raw IRC Commands such as JOIN
or PRIVMSG
directly, but there are a few shortcuts to simplify basic communication.
-
.j <channel>
will connect you to the passed name. Crucially, it'll save which channel you tried to join -
.c
will tell you which channel you last tried to join -
.m <message>
will send a message to the channel you last tried to join -
.q
to close the connection and quitirc