| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple IRC client with customized tab completion.
This is a work in progress. The goal is the simplest possible IRC client with a small set of features that make using it fast and easy.
Stuck with HipChat? See Using ircl with HipChat.
Files of note:
${HOME}/.ircllog - transcript of all traffic in ircl
${HOME}/.irclusers - supplemental list of names for tab completion (one per line)
From the command line:
usage: ircl [-h host] [-p port] [-s] [-l log file] [-n nick] [-k password] [-v] -s Enable SSL -v Verbose
The following commands (each beginning with the usual "/") are supported:
g away - AWAY <msg>
h help - display this message
j join - JOIN <channel>
p part - PART [<channel>]
l last - replay last messages from <channel>
m msg - PRIVMSG <channel or nick> <msg>
a me - ACTION <msg>
s switch - change channel to <channel> or list channels and return to default
w who - WHO [<channel>]
W whoa - WHO *
Q quit - quit
Upon successful login, you enter the ircl% channel, which is a command-only channel.
Stop by #ircl on irc.foonetic.net and ask your question!
| Back | FazBrowse Home | New Git URL |