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.
- Host: GitHub
- URL: https://github.com/mcpcpc/irc2
- Owner: mcpcpc
- License: mit
- Created: 2021-02-07T18:08:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T21:01:14.000Z (about 5 years ago)
- Last Synced: 2025-04-13T16:49:21.173Z (about 1 year ago)
- Topics: netcat, posix, posix-sh
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
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