From 1f68248e67073913a45685e81bf29f1f2212d67f Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Tue, 20 Sep 2016 18:56:29 +0200 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d772925 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.swp +*.swo diff --git a/README.md b/README.md new file mode 100644 index 0000000..89d5885 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +IRC Bot +======= + +This is a super simple IRC bot that can send out notices by talking to it via +netcat.