From 64cbb5254ad6308e4dab42cc1e3fdcea9d8d6893 Mon Sep 17 00:00:00 2001 From: self Date: Fri, 19 Oct 2018 23:30:20 +0000 Subject: Initial commit --- .gitignore | 16 ++++++++++++++++ LICENSE | 3 +++ README.md | 5 +++++ 3 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7560965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3db68ad --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright (C) 2006 by Rob Landley +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea11351 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# watbot + +watbot + +ported watbot from wuzelfuz \ No newline at end of file -- cgit v1.2.3