grugly 78626a170c New lic | 7 years ago | |
---|---|---|
LICENSE.txt | 7 years ago | |
README.md | 9 years ago | |
ant | 9 years ago |
Ant creates a directory in ~/irc/ for each host.
In each hosts directory a log file, a fifo and a
pid file for the loop reading incoming messages
from the server is created.
Ant is meant to be run in the background and can
be expanded by processing the log file and
writing lines to the fifo.
To quit, write a line to the fifo "inp".
echo 'QUIT' > ~/irc/irc.host.ext/inp
Read host and user info from the command line
Git upload
Read from FIFO ~/irc/irc.host.ext/inp
Don't log PING or PONG
QUIT gracefully
Connect to an IRC server
Reconnect when disconnected
Reply to PING
Log all data to ~/irc/irc.host.ext/log
by grugly