Bash IRC tool

grugly 78626a170c New lic 7 years ago
LICENSE.txt 78626a170c New lic 7 years ago
README.md 8b4e8635dd First upload 9 years ago
ant b35dc0b3e8 Added a lic 9 years ago

README.md

Ant - Bash IRC Tool

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

VERSION 0.3

Read host and user info from the command line

Git upload

VERSION 0.2

Read from FIFO ~/irc/irc.host.ext/inp

Don't log PING or PONG

QUIT gracefully

VERSION 0.1

Connect to an IRC server

Reconnect when disconnected

Reply to PING

Log all data to ~/irc/irc.host.ext/log

by grugly