Skip to content

Instantly share code, notes, and snippets.

@genewitch
genewitch / irccat
Created June 27, 2017 03:57 — forked from vivien/irccat
irccat - Using netcat with an IRC channel
#!/bin/sh
# Copyright 2014 Vivien Didelot <vivien@didelot.org>
# Licensed under the terms of the GNU GPL v3, or any later version.
NICK=irccat42
SERVER=irc.freenode.net
PORT=6667
CHAN="#irccat"
{