Skip to content

Instantly share code, notes, and snippets.

View hungry-bogart's full-sized avatar
🕶️
Always hackin' never slackin'...

hungry bogart hungry-bogart

🕶️
Always hackin' never slackin'...
View GitHub Profile
@vivien
vivien / irccat
Created May 2, 2014 00:38
irccat - Using netcat with an IRC channel
#!/bin/sh
# Copyright 2014 Vivien Didelot <[email protected]>
# Licensed under the terms of the GNU GPL v3, or any later version.
NICK=irccat42
SERVER=irc.freenode.net
PORT=6667
CHAN="#irccat"
{