Skip to content
/ irc2 Public
forked from mcpcpc/irc2

A netcat-based IRC client.

License

Notifications You must be signed in to change notification settings

jgarte/irc2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>] [<port>] [<nick>] [<username>] [<realname>]
       server    Overrides the default host (irc.freenode.net)
       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

About

A netcat-based IRC client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%