An open API service indexing awesome lists of open source software.

https://github.com/mcpcpc/irc2

A netcat-based IRC client.
https://github.com/mcpcpc/irc2

netcat posix posix-sh

Last synced: 2 months ago
JSON representation

A netcat-based IRC client.

Awesome Lists containing this project

README

          

irc2 - a netcat-based IRC client

A minimal POSIX shell-based solution that uses netcat for creating
quick internet relay chat client connections.

Usage
-----

Usage: irc2 [] [] [] [] []
server Overrides the default host (irc.libera.chat)
port Overrides the default port (6667)
nick Override the default nick ($(id -un))
username Override the default user name ($nick)
realname Override the users real name ($nick)

Installation
------------

git clone http://github.com/mcpcpc/irc2
cd ircc
sudo install -Dm755 ircc "/usr/bin"

Contact
-------

For questions or issues, please contact info [at] mcpcpc [dot] com