https://github.com/jes/fifoirc
Creates a fifo that can be written to, producing text in an IRC channel.
https://github.com/jes/fifoirc
Last synced: about 1 year ago
JSON representation
Creates a fifo that can be written to, producing text in an IRC channel.
- Host: GitHub
- URL: https://github.com/jes/fifoirc
- Owner: jes
- Created: 2010-09-02T08:56:27.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2012-04-06T18:56:42.000Z (over 14 years ago)
- Last Synced: 2023-03-11T03:27:43.397Z (over 3 years ago)
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
fifoirc
-------
0. Contents
-----------
1. Compiling
2. Usage
3. Contact
1. Compiling
------------
Running `make' from the directory containing fifoirc.c should be enough to
compile the program. This can be followed by `make install' if you want to
install it.
2. Usage
--------
A list of options accepted by fifoirc can be obtained by running `fifoirc' with
no arguments. Generally, usage will be like so:
$ fifoirc -s irc.freenode.net -n nickname -c "#maximilian" -f ~/irc-pipe
Fifoirc will make the pipe at `~/irc-pipe', connect to `irc.freenode.net', set
the nickname to `nickname', and join `#maximilian'. The quotes around
`#maximilian' are to prevent the shell from treating everything after the hash
(#) as a comment. From this point, any text written to ~/irc-pipe will be sent
by fifoirc to the IRC channel.
If you want fifoirc to authenticate with NickServ, use the -P option.
3. Contact
----------
If you find a bug or just want to contact me for any reason, send an email to
James Stanley
or find me on IRC as the user `jamesstanley' on `irc.freenode.net'. I am
usually in the channel `#maximilian', so you'll probably find me in there.